aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thread_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_sync.c b/thread_sync.c
index 8c999e2164..8295b3d8c2 100644
--- a/thread_sync.c
+++ b/thread_sync.c
@@ -884,7 +884,7 @@ queue_do_push(VALUE self, struct rb_queue *q, VALUE obj)
*
* ClosedQueueError is inherited from StopIteration, so that you can break loop block.
*
- * Example:
+ * Example:
*
* q = Queue.new
* Thread.new{