Fix typos in the description of Server

pull/15789/head
Rinat Abdullin 7 years ago committed by GitHub
parent 8a7f6bf5cb
commit fd196a7de9
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