Skip to content
Snippets Groups Projects
Commit ced27486 authored by Mathieu Leenhardt's avatar Mathieu Leenhardt
Browse files

Fixed WithWriteOptions parameter name in xml comments

parent c1d2ecb2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment