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:
parent
9471f4187f
commit
1f861a6ea8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
# %% # %
|
||||
|
|
Loading…
Reference in a new issue