From ced274861a469d384fcaedd9cbbc01986033fc67 Mon Sep 17 00:00:00 2001
From: Mathieu Leenhardt <mathieu.leenhardt@gmail.com>
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 339552b0b1..10e073aff1 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 <see cref="CallOptions"/> with
         /// <c>WriteOptions</c> set to the value provided. Values of all other fields are preserved.
         /// </summary>
-        /// <param name="cancellationToken">The write options.</param>
+        /// <param name="writeOptions">The write options.</param>
         public CallOptions WithWriteOptions(WriteOptions writeOptions)
         {
             var newOptions = this;
-- 
GitLab