diff --git a/thread_tools.c b/thread_tools.c index 06e73751bb..6367657e67 100644 --- a/thread_tools.c +++ b/thread_tools.c @@ -717,7 +717,7 @@ queue_do_push(VALUE self, VALUE obj) * ClosedQueueError is inherited from StopIteration, so that you can break loop block. * * Example: - * + * * q = Queue.new * Thread.new{ * while e = q.deq # wait for nil to break loop