From c1db64244ea3af06df6305638b88d9a87e11e68e Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 1 Oct 2019 22:15:44 -0400 Subject: [PATCH] Fix spelling of helloworld --- tonic/src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]