From 69d1e9675f6d33450fada0c050ee112ab13bb58c Mon Sep 17 00:00:00 2001 From: Yotam Ofek Date: Thu, 2 Jan 2025 20:57:26 +0000 Subject: [PATCH] chore(build): Fix typo --- tonic-build/src/code_gen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-build/src/code_gen.rs b/tonic-build/src/code_gen.rs index 0306b753a..7dc750f88 100644 --- a/tonic-build/src/code_gen.rs +++ b/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;