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

Commit d7ddd71

Browse files
authored
java.md: Fix typo
1 parent 7878dd8 commit d7ddd71

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
@@ -93,7 +93,7 @@ service RouteGuide {
9393
```
9494

9595
Then we define `rpc` methods inside our service definition, specifying their
96-
request and response types. gRPC lets you define four kinds of service method,
96+
request and response types. gRPC lets you define four kinds of service methods,
9797
all of which are used in the `RouteGuide` service:
9898

9999
- A *simple RPC* where the client sends a request to the server using the stub

0 commit comments

Comments
 (0)