We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb25c3 commit 5ad89bfCopy full SHA for 5ad89bf
tonic-build/src/code_gen.rs
@@ -46,7 +46,7 @@ impl CodeGenBuilder {
46
self
47
}
48
49
- /// Enable compiling well knonw types, this will force codegen to not
+ /// Enable compiling well known types, this will force codegen to not
50
/// use the well known types from `prost-types`.
51
pub fn compile_well_known_types(&mut self, enable: bool) -> &mut Self {
52
self.compile_well_known_types = enable;
0 commit comments