Skip to content

Commit 6ebc13a

Browse files
committed
One reference missed in the NameMap changes.
1 parent 0f043ac commit 6ebc13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/protoc-gen-swift/FieldGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protocol FieldGenerator {
5757
func generateIsInitializedCheck(printer: inout CodePrinter)
5858
}
5959

60-
/// Simple base class for FieldGenerators that also provides fieldMapNames.
60+
/// Simple base class for FieldGenerators that also provides `writeProtoNameInstruction(to:)`.
6161
class FieldGeneratorBase {
6262
let number: Int
6363
let fieldDescriptor: FieldDescriptor

0 commit comments

Comments
 (0)