aboutsummaryrefslogtreecommitdiffstats
path: root/thread_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_sync.c')
-rw-r--r--thread_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_sync.c b/thread_sync.c
index e270b12538..9ac28a9aa0 100644
--- a/thread_sync.c
+++ b/thread_sync.c
@@ -917,7 +917,7 @@ rb_szqueue_initialize(VALUE self, VALUE vmax)
/*
* Document-method: SizedQueue#close
* call-seq:
- * close(exception=false)
+ * close
*
* Similar to Queue#close.
*