diff options
Diffstat (limited to 'vendor/tonic-build/src/code_gen.rs')
| -rw-r--r-- | vendor/tonic-build/src/code_gen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/tonic-build/src/code_gen.rs b/vendor/tonic-build/src/code_gen.rs index 0306b753..7dc750f8 100644 --- a/vendor/tonic-build/src/code_gen.rs +++ b/vendor/tonic-build/src/code_gen.rs @@ -46,7 +46,7 @@ impl CodeGenBuilder { self } - /// Enable compiling well knonw types, this will force codegen to not + /// Enable compiling well known types, this will force codegen to not /// use the well known types from `prost-types`. pub fn compile_well_known_types(&mut self, enable: bool) -> &mut Self { self.compile_well_known_types = enable; |
