aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-13 05:07:08 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-13 05:07:08 +0000
commit790e7f797b94d5bcbe79448a17189f845aca1498 (patch)
tree7a3d82ad92b1ae2839cf2fb1d5e619754ff1f7a1 /lib/irb.rb
parent075e4cba6603d23107eddc7914f10813c9244333 (diff)
downloadruby-790e7f797b94d5bcbe79448a17189f845aca1498.tar.gz
* lib/irb.rb, lib/prime.rb: Typos in overview
Patch by Ershad K [Github Fixes #234] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index 5c8cb7043d..6c7a9d1eab 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -128,7 +128,7 @@ STDOUT.sync = true
#
# IRB.conf[:PROMPT_MODE] = :MY_PROMPT
#
-# Contants +PROMPT_I+, +PROMPT_S+ and +PROMPT_C+ specify the format. In the
+# Constants +PROMPT_I+, +PROMPT_S+ and +PROMPT_C+ specify the format. In the
# prompt specification, some special strings are available:
#
# %N # command name which is running