Skip to content

Commit 4951c87

Browse files
Fix documentation section heading title typo: "Filenames" to "Fieldnames".
PiperOrigin-RevId: 840768699
1 parent 6843137 commit 4951c87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/reference/cpp/cpp-generated.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ The class also defines the following static methods:
149149
default instance of a message can be used as a factory by calling its
150150
`New()` method.
151151

152-
### Generated Filenames {#generated-filenames}
152+
<a id="generated-filenames"><!-- old anchor name, retained to avoid broken links --></a>
153+
154+
### Generated Fieldnames {#generated-fieldnames}
153155

154156
[Reserved keywords](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/compiler/cpp/helpers.cc#L4)
155157
are appended with an underscore in the generated output.

0 commit comments

Comments
 (0)