From f82488c499ae10ec92986db1b218235038bce84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=8E?= Date: Mon, 7 Nov 2022 23:58:11 +0800 Subject: [PATCH] chore: Fix type in routeguide (#1136) --- examples/routeguide-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/routeguide-tutorial.md b/examples/routeguide-tutorial.md index 6ac8421..eb55c56 100644 --- a/examples/routeguide-tutorial.md +++ b/examples/routeguide-tutorial.md @@ -825,7 +825,7 @@ fn main() { } ``` -On `cargo run`, this will generate code for the client only, and place the resulting file in +On `cargo run`, this will generate code for the server only, and place the resulting file in `another_crate/src/pb`. 2) Similarly, we could also keep the `.proto` definitions in a separate crate and then use that