From ddab65ede90f503360b7adb0d7afe6d5b7bb8b02 Mon Sep 17 00:00:00 2001 From: Jerboas86 <60667096+Jerboas86@users.noreply.github.com> Date: Wed, 8 Sep 2021 18:43:10 +0200 Subject: [PATCH] docs: fix typo (#760) in in <--> in --- 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 9a36f5e..f938014 100644 --- a/examples/routeguide-tutorial.md +++ b/examples/routeguide-tutorial.md @@ -264,7 +264,7 @@ use routeguide::{Feature, Point, Rectangle, RouteNote, RouteSummary}; ``` **Note**: The token passed to the `include_proto` macro (in our case "routeguide") is the name of -the package declared in in our `.proto` file, not a filename, e.g "routeguide.rs". +the package declared in our `.proto` file, not a filename, e.g "routeguide.rs". With this in place, we can stub out our service implementation: