Fix spelling of helloworld

This commit is contained in:
Lucio Franco
2019-10-01 22:15:44 -04:00
parent a282b6682d
commit c1db64244e
+1 -1
View File
@@ -4,7 +4,7 @@
/// ///
/// ```rust,ignore /// ```rust,ignore
/// mod pb { /// mod pb {
/// tonic::include_proto("hellworld"); /// tonic::include_proto("helloworld");
/// } /// }
/// ``` /// ```
#[macro_export] #[macro_export]