Skip to content

Commit

Permalink
chore(build): Fix typo (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamofek authored Jan 13, 2025
1 parent ceb25c3 commit 5ad89bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic-build/src/code_gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5ad89bf

Please sign in to comment.