ruby-changes:32276
From: a_matsuda <ko1@a...>
Date: Mon, 23 Dec 2013 14:34:55 +0900 (JST)
Subject: [ruby-changes:32276] a_matsuda:r44355 (trunk): * lib/irb.rb: [DOC] Fix typo
a_matsuda 2013-12-23 14:34:39 +0900 (Mon, 23 Dec 2013) New Revision: 44355 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44355 Log: * lib/irb.rb: [DOC] Fix typo s/degits/digits/ [ci skip] Modified files: trunk/lib/irb.rb Index: lib/irb.rb =================================================================== --- lib/irb.rb (revision 44354) +++ lib/irb.rb (revision 44355) @@ -158,7 +158,7 @@ STDOUT.sync = true https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L158 # %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. # %% # % -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/