Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 268051e

Browse files
authored
Fix spelling error.
Mis-spelled class name.
1 parent 1b42b75 commit 268051e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/basic/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Let's take a closer look at how it works.
210210
### Implementing RouteGuide
211211

212212
As you can see, our server has a `RouteGuideService` class that extends the
213-
generated `RouteGuideGrpc.RoutGuideImplBase` abstract class:
213+
generated `RouteGuideGrpc.RouteGuideImplBase` abstract class:
214214

215215
```java
216216
private static class RouteGuideService extends RouteGuideGrpc.RouteGuideImplBase {

0 commit comments

Comments
 (0)