Skip to content

Commit 28c84fb

Browse files
committed
Rephrase the sentence based on reviewer feedback
1 parent fd4abb0 commit 28c84fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gotutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Then change your current directory to `grpc-go/examples/route_guide`:
2828
$ cd $GOPATH/src/google.golang.org/grpc/examples/route_guide
2929
```
3030

31-
You also should have the relevant tools installed to generate the server and client interface code - if you don't already, follow the setup instructions in [the Go quick start guide](https://grpc.io/docs/languages/go/quickstart).
31+
Ensure you have the relevant tools installed to generate the server and client interface code. If you don't, follow the setup instructions in [the Go quick start guide](https://grpc.io/docs/languages/go/quickstart).
3232

3333

3434
## Defining the service

0 commit comments

Comments
 (0)