In the Address-Book example to explain the protocol buffer concept, there 
seems to be an error in the code:

Based on the following portion of code in the example:

message AddressBook {
  repeated Person people = 1; 
}

at a couple of places, the object "address_book.*person*" should probably 
be "address_book.people" instead.


Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to