Browse Source

update addressbook.proto

Jan Tattermusch 10 năm trước cách đây
mục cha
commit
792ae21bde
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      examples/addressbook.proto

+ 2 - 2
examples/addressbook.proto

@@ -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;
 }