summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 0e26e7940e..ed79160b24 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -983,7 +983,7 @@ class Binding
# Cooked potato: true
#
#
- # See IRB@IRB+Usage for more information.
+ # See IRB@Usage for more information.
def irb(show_code: true)
IRB.setup(source_location[0], argv: [])
workspace = IRB::WorkSpace.new(self)