summaryrefslogtreecommitdiff
path: root/doc/irb/irb.rd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/irb/irb.rd')
-rw-r--r--doc/irb/irb.rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/irb/irb.rd b/doc/irb/irb.rd
index 8468809d2b..75274006e1 100644
--- a/doc/irb/irb.rd
+++ b/doc/irb/irb.rd
@@ -252,7 +252,7 @@ For irb commands, both simple name and `irb_'-prefixed name are prepared.
--- kill n, irb_kill n
Kill subirb. The means of n is as same as the case of irb_fg.
---- souce, irb_source path
+--- source, irb_source path
This is a like UNIX-shell command source. evaluate script in path
on current context.