diff --git a/tonic/src/macros.rs b/tonic/src/macros.rs index 72e6dac..beb0c3b 100644 --- a/tonic/src/macros.rs +++ b/tonic/src/macros.rs @@ -4,7 +4,7 @@ /// /// ```rust,ignore /// mod pb { -/// tonic::include_proto("hellworld"); +/// tonic::include_proto("helloworld"); /// } /// ``` #[macro_export]