diff --git a/doc/csharp/server_reflection.md b/doc/csharp/server_reflection.md index 7827cbb21f0..be71424df0d 100644 --- a/doc/csharp/server_reflection.md +++ b/doc/csharp/server_reflection.md @@ -21,7 +21,7 @@ server = new Server() Services = { // the server will serve 2 services, the Greeter and the ServerReflection - ServerReflection.BindService(new GreeterImpl()), + Greeter.BindService(new GreeterImpl()), ServerReflection.BindService(reflectionServiceImpl) }, Ports = { { "localhost", 50051, ServerCredentials.Insecure } }