summaryrefslogtreecommitdiff
path: root/doc/irb/irb.rd
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-07 11:52:41 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-07 11:52:41 +0000
commit58aa09cb146cffcc258420d63fbf40b349afdb3a (patch)
treea343534507073dde968acd571fe59328a1a5ba96 /doc/irb/irb.rd
parent733be259071adba092ff9a2163cfed39392b2ad9 (diff)
* doc/irb/irb.rd: fix typo. patch by Nobuhiro IMAI.
[Bug #4843] [ruby-dev:43639] * doc/irb/irb.rd.ja: ditto. * doc/ChangeLog-YARV: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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.