Skip to content

Commit

Permalink
chore(docs): Documentation corrections (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDoneth authored and LucioFranco committed Oct 4, 2019
1 parent 2c5c3a2 commit bd2b4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tonic/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
///
/// ```rust,ignore
/// mod pb {
/// tonic::include_proto("helloworld");
/// tonic::include_proto!("helloworld");
/// }
/// ```
///
Expand All @@ -22,7 +22,7 @@
/// You can also use a custom environment variable using the following pattern.
/// ```rust,ignore
/// mod pb {
/// include!(concat!(env!("PROTOBUFS"), concat!("/helloworld.rs")));
/// include!(concat!(env!("PROTOBUFS"), "/helloworld.rs"));
/// }
/// ```
///
Expand Down

0 comments on commit bd2b4e0

Please sign in to comment.