Browse Source

To be clear that we set a new variable

Stefan Huber 8 years ago
parent
commit
44daa59e53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/README.md

+ 1 - 1
js/README.md

@@ -158,7 +158,7 @@ idea of how the library generally works:
     message.setPhoneNumbers(["800-555-1212", "800-555-0000"]);
 
     // Serializes to a UInt8Array.
-    bytes = message.serializeBinary();
+    var bytes = message.serializeBinary();
 
     var message2 = MyMessage.deserializeBinary(bytes);