From 834b404b9aba6f3dcaa8107632530489239e53d1 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 14 Jan 2021 21:35:38 +0900 Subject: [DOC] Fixed indent [ci skip] --- thread_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{ -- cgit v1.2.3