Fixed WithWriteOptions parameter name in xml comments

pull/5073/head
Mathieu Leenhardt 9 years ago
parent c1d2ecb278
commit ced274861a
  1. 2
      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;

Loading…
Cancel
Save