From c4378e0fb8380af69020286714a9f8e9f19b608d Mon Sep 17 00:00:00 2001 From: normal Date: Sun, 30 Apr 2017 09:06:39 +0000 Subject: thread_sync.c: document SizedQueue#clear correctly [ci skip] * thread_sync.c (rb_szqueue_clear): fix class name in RDoc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_sync.c') diff --git a/thread_sync.c b/thread_sync.c index 0a6203174e..e2f1b9ee64 100644 --- a/thread_sync.c +++ b/thread_sync.c @@ -1066,7 +1066,7 @@ rb_szqueue_pop(int argc, VALUE *argv, VALUE self) } /* - * Document-method: Queue#clear + * Document-method: SizedQueue#clear * * Removes all objects from the queue. */ -- cgit v1.2.3