We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2baf41 commit f28af58Copy full SHA for f28af58
Sources/protoc-gen-swift/FileGenerator.swift
@@ -181,7 +181,7 @@ class FileGenerator {
181
"// If the compiler emits an error on this type, it is because this file\n",
182
"// was generated by a version of the `protoc` Swift plug-in that is\n",
183
"// incompatible with the version of SwiftProtobuf to which you are linking.\n",
184
- "// Please ensure that your are building against the same version of the API\n",
+ "// Please ensure that you are building against the same version of the API\n",
185
"// that was used to generate this file.\n",
186
"fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {\n")
187
p.indent()
0 commit comments