summaryrefslogtreecommitdiff
path: root/prelude.rb
diff options
context:
space:
mode:
Diffstat (limited to 'prelude.rb')
-rw-r--r--prelude.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/prelude.rb b/prelude.rb
index 04bf85044b..4b6ab1a677 100644
--- a/prelude.rb
+++ b/prelude.rb
@@ -19,7 +19,7 @@ class Thread
# call-seq:
# Thread.exclusive { block } => obj
- #
+ #
# Wraps a block in Thread.critical, restoring the original value
# upon exit from the critical section, and returns the value of the
# block.