chore: Fix type in routeguide (#1136)

This commit is contained in:
2022-11-07 10:58:11 -05:00
committed by GitHub
parent 1f5bc9b9d5
commit f82488c499
+1 -1
View File
@@ -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