Skip to content

Commit 5ad89bf

Browse files
authored
chore(build): Fix typo (#2142)
1 parent ceb25c3 commit 5ad89bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic-build/src/code_gen.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl CodeGenBuilder {
4646
self
4747
}
4848

49-
/// Enable compiling well knonw types, this will force codegen to not
49+
/// Enable compiling well known types, this will force codegen to not
5050
/// use the well known types from `prost-types`.
5151
pub fn compile_well_known_types(&mut self, enable: bool) -> &mut Self {
5252
self.compile_well_known_types = enable;

0 commit comments

Comments
 (0)