Commit 792ae21b authored by Jan Tattermusch's avatar Jan Tattermusch

update addressbook.proto

parent bd3367c8
...@@ -24,10 +24,10 @@ message Person { ...@@ -24,10 +24,10 @@ message Person {
PhoneType type = 2; PhoneType type = 2;
} }
repeated PhoneNumber phone = 4; repeated PhoneNumber phones = 4;
} }
// Our address book file is just one of these. // Our address book file is just one of these.
message AddressBook { message AddressBook {
repeated Person person = 1; repeated Person people = 1;
} }
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