aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mathieu Leenhardt <mathieu.leenhardt@gmail.com>2016-02-04 22:57:49 +0100
committerGravatar Mathieu Leenhardt <mathieu.leenhardt@gmail.com>2016-02-04 22:57:49 +0100
commitced274861a469d384fcaedd9cbbc01986033fc67 (patch)
treee5ffa761da5b8d3b5643b26d15ebfdaefeddcf69
parentc1d2ecb2783a857393b1a1631cb46a551d5ba1c0 (diff)
Fixed WithWriteOptions parameter name in xml comments
-rw-r--r--src/csharp/Grpc.Core/CallOptions.cs2
1 files changed, 1 insertions, 1 deletions
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;