From ced274861a469d384fcaedd9cbbc01986033fc67 Mon Sep 17 00:00:00 2001 From: Mathieu Leenhardt Date: Thu, 4 Feb 2016 22:57:49 +0100 Subject: [PATCH] Fixed WithWriteOptions parameter name in xml comments --- src/csharp/Grpc.Core/CallOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csharp/Grpc.Core/CallOptions.cs b/src/csharp/Grpc.Core/CallOptions.cs index 339552b0b11..10e073aff18 100644 --- a/src/csharp/Grpc.Core/CallOptions.cs +++ b/src/csharp/Grpc.Core/CallOptions.cs @@ -159,7 +159,7 @@ namespace Grpc.Core /// Returns new instance of with /// WriteOptions set to the value provided. Values of all other fields are preserved. /// - /// The write options. + /// The write options. public CallOptions WithWriteOptions(WriteOptions writeOptions) { var newOptions = this;