Fix gRPC tutorial sample code (#21732)

pull/21734/head
James Newton-King 2021-03-10 11:40:29 +13:00 committed by GitHub
parent 4955eeb783
commit 3c6f053e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
syntax = "proto3";
option csharp_namespace = "GrpcGreeter";
option csharp_namespace = "GrpcGreeterClient";
package greet;