1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
a_matsuda 2013-12-23 05:34:39 +00:00
parent 9471f4187f
commit 1f861a6ea8

View file

@ -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.
# %% # %