Skip to content

Commit d1cf779

Browse files
committed
Minor correction to comment
1 parent d6c4b84 commit d1cf779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/SharedQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public object DequeueNoWait(object defaultValue) {
191191
///</para>
192192
///<para>
193193
/// If no items are present and the queue is in a closed
194-
/// state, or if at any time while waiting the queue is
194+
/// state, or if at any time while waiting the queue
195195
/// transitions to a closed state (by a call to Close()), this
196196
/// method will throw EndOfStreamException.
197197
///</para>

0 commit comments

Comments
 (0)