Skip to content

Commit 96dcc12

Browse files
Doc update.
1 parent eaf242f commit 96dcc12

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
@@ -332,7 +332,7 @@ public static ChannelReader<TOut> Pipe<TWrite, TRead, TOut>(this Channel<TWrite,
332332
/// function before buffering the results into another channel for consumption.
333333
/// </para>
334334
/// <para>
335-
/// If you do no need the unmatched items,
335+
/// If you do not need the unmatched items,
336336
/// use the <see cref="Filter{T}(ChannelReader{T}, Func{T, bool})"/> extension.
337337
/// </para>
338338
/// </summary>

0 commit comments

Comments
 (0)