Skip to content

Commit df9e024

Browse files
committed
Fixed misspelling.
1 parent 5be1377 commit df9e024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/protobuf/compiler/js/js_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ void Generator::GenerateHeader(const GeneratorOptions& options,
16281628
" * @fileoverview\n"
16291629
" * @enhanceable\n"
16301630
// TODO(b/152440355): requireType/requires diverged from internal version.
1631-
" * @suppress {missingRequire} reports error on implict type usages.\n"
1631+
" * @suppress {missingRequire} reports error on implicit type usages.\n"
16321632
" * @suppress {messageConventions} JS Compiler reports an "
16331633
"error if a variable or\n"
16341634
" * field starts with 'MSG_' and isn't a translatable "

0 commit comments

Comments
 (0)