Skip to content

Commit 14c1d91

Browse files
committed
build: fix typo
1 parent 5e9a5bc commit 14c1d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic-build/src/code_gen.rs

Lines changed: 1 addition & 1 deletion
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)