Skip to content

Commit 7eeab98

Browse files
committed
correct code highlighting lines
1 parent c090834 commit 7eeab98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/grpc/grpc-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The Greeter client is created by:
218218

219219
The Greeter client calls the asynchronous `SayHello` method. The result of the `SayHello` call is displayed:
220220

221-
[!code-csharp[](~/tutorials/grpc/grpc-start/sample/sample9/GrpcGreeterClient/Program.cs?name=snippet&highlight=4-7)]
221+
[!code-csharp[](~/tutorials/grpc/grpc-start/sample/sample9/GrpcGreeterClient/Program.cs?name=snippet&highlight=4-6)]
222222

223223
## Test the gRPC client with the gRPC Greeter service
224224

0 commit comments

Comments
 (0)