Skip to content

Commit d9cb437

Browse files
authored
Merge pull request #86 from Logofile/sync
This set of changes includes the following:
2 parents 82f55b6 + 3e4fdb0 commit d9cb437

File tree

2 files changed

+177
-172
lines changed

2 files changed

+177
-172
lines changed

content/getting-started/cpptutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ message Person {
9696
9797
message PhoneNumber {
9898
optional string number = 1;
99-
optional PhoneType type = 2 [default = HOME];
99+
optional PhoneType type = 2 [default = PHONE_TYPE_HOME];
100100
}
101101
102102
repeated PhoneNumber phones = 4;

0 commit comments

Comments
 (0)