Skip to content

Commit 4a586e7

Browse files
More doc tweaks.
1 parent 96dcc12 commit 4a586e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Open.ChannelExtensions/Extensions.Pipe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public static ChannelReader<TOut> Pipe<TWrite, TRead, TOut>(this Channel<TWrite,
345345
/// <param name="cancellationToken">An optional cancellation token.</param>
346346
/// <returns>The <see cref="ChannelReader{T}"/> containing only the items that match the <paramref name="predicate"/>.</returns>
347347
/// <remarks>
348-
/// All items not matching the predicate are written to the <paramref name="unmatched"/> channel.
348+
/// All items not matching the <paramref name="predicate"/> are written to the <paramref name="unmatched"/> channel.
349349
/// </remarks>
350350
public static ChannelReader<T> PipeFilter<T>(this ChannelReader<T> source,
351351
out ChannelReader<T> unmatched,

0 commit comments

Comments
 (0)