To be clear that we set a new variable

pull/3791/head
Stefan Huber 7 years ago committed by GitHub
parent b189389e2f
commit 44daa59e53
  1. 2
      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);

Loading…
Cancel
Save