mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
chore: fix typo in comments (#28269)
Summary: Fixed some typos in the comment. ## Changelog [Internal] [Fixed] - Fixed typo in the comments Pull Request resolved: https://github.com/facebook/react-native/pull/28269 Test Plan: Changes are only made in the comments, so test is not necessary. Reviewed By: cpojer Differential Revision: D20342637 Pulled By: shergin fbshipit-source-id: f6e7dd538ee54c43e1570c35e1f8c4502054e328
This commit is contained in:
committed by
Facebook Github Bot
parent
f0dd701045
commit
42c1957aff
+1
-1
@@ -119,7 +119,7 @@ public class JSDebuggerWebSocketClient extends WebSocketListener {
|
||||
|
||||
js.beginObject().name("id").value(requestID).name("method").value(methodName);
|
||||
/* JsonWriter does not offer writing raw string (without quotes), that's why
|
||||
here we directly write to output string using the the underlying StringWriter */
|
||||
here we directly write to output string using the underlying StringWriter */
|
||||
sw.append(",\"arguments\":").append(jsonArgsArray);
|
||||
js.endObject().close();
|
||||
sendMessage(requestID, sw.toString());
|
||||
|
||||
Reference in New Issue
Block a user