aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-14 21:35:38 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-14 21:35:38 +0900
commit834b404b9aba6f3dcaa8107632530489239e53d1 (patch)
tree0f5d79329dc66c1168cbaaa800247ffae10176a8
parent6bcc4664bdaebbf9b28a762ae63f476a1ec6cfb2 (diff)
downloadruby-834b404b9aba6f3dcaa8107632530489239e53d1.tar.gz
[DOC] Fixed indent [ci skip]
-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{