Skip to content

Commit 3e4fdb0

Browse files
Protocol Buffer TeamLogofile
authored andcommitted
This set of changes includes the following:
* Corrects the name of the default value for phone type in the C++ tutorial * Updates the Version Support topic for the v24 release. PiperOrigin-RevId: 555530966 Change-Id: I92e9faa5fcf297850f6b78452375a415509a405c
1 parent 82f55b6 commit 3e4fdb0

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)