aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Rinat Abdullin <rinat.abdullin@gmail.com>2018-06-17 09:07:46 +0200
committerGravatar GitHub <noreply@github.com>2018-06-17 09:07:46 +0200
commitfd196a7de911091c808ebadc7d735ef1365d723a (patch)
tree4a5fae6c7d276d3242649852905832336d8d9e34
parent8a7f6bf5cb9cb07cef24c29a6a11f6fc3dcd176d (diff)
Fix typos in the description of Server
-rw-r--r--src/csharp/Grpc.Core/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/Server.cs b/src/csharp/Grpc.Core/Server.cs
index 60dacbf126..64bb407c57 100644
--- a/src/csharp/Grpc.Core/Server.cs
+++ b/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
{