update addressbook.proto
This commit is contained in:
parent
bd3367c8b4
commit
792ae21bde
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ message Person {
|
|||
PhoneType type = 2;
|
||||
}
|
||||
|
||||
repeated PhoneNumber phone = 4;
|
||||
repeated PhoneNumber phones = 4;
|
||||
}
|
||||
|
||||
// Our address book file is just one of these.
|
||||
message AddressBook {
|
||||
repeated Person person = 1;
|
||||
repeated Person people = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue