Skip to content

Commit

Permalink
Merge pull request protocolbuffers#3791 from signalwerk/patch-1
Browse files Browse the repository at this point in the history
To be clear that we set a new variable
  • Loading branch information
Adam Cozzette authored Oct 26, 2017
2 parents ee8a091 + 44daa59 commit 2fc7aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2fc7aea

Please sign in to comment.