Commit 44daa59e authored by Stefan Huber's avatar Stefan Huber Committed by GitHub

To be clear that we set a new variable

parent b189389e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment