Merge pull request #3791 from signalwerk/patch-1

To be clear that we set a new variable
This commit is contained in:
Adam Cozzette 2017-10-26 10:10:20 -07:00 committed by GitHub
commit 2fc7aea360

View File

@ -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);