aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-23 05:34:39 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-23 05:34:39 +0000
commit1f861a6ea812a7996c51809f312d525ecbb2d512 (patch)
tree6a5dc3c8c27a447fc85cef775f2279a24607ad30 /lib/irb.rb
parent9471f4187f104f7a0942fdccc884e57cf8027d07 (diff)
downloadruby-1f861a6ea812a7996c51809f312d525ecbb2d512.tar.gz
* lib/irb.rb: [DOC] Fix typo
s/degits/digits/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44355 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 20390d2205..01f231bff8 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -158,7 +158,7 @@ STDOUT.sync = true
# %m # to_s of main object (self)
# %M # inspect of main object (self)
# %l # type of string(", ', /, ]), `]' is inner %w[...]
-# %NNi # indent level. NN is degits and means as same as printf("%NNd").
+# %NNi # indent level. NN is digits and means as same as printf("%NNd").
# # It can be ommited
# %NNn # line number.
# %% # %