Merge pull request #15789 from abdullin/patch-1

Fix typos in the description of Server
pull/15793/head
Jan Tattermusch 7 years ago committed by GitHub
commit 227d06e48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/csharp/Grpc.Core/Server.cs

@ -29,7 +29,7 @@ using Grpc.Core.Utils;
namespace Grpc.Core
{
/// <summary>
/// gRPC server. A single server can server arbitrary number of services and can listen on more than one ports.
/// gRPC server. A single server can serve an arbitrary number of services and can listen on more than one port.
/// </summary>
public class Server
{

Loading…
Cancel
Save