ruby-changes:55105
From: nobu <ko1@a...>
Date: Wed, 20 Mar 2019 10:35:30 +0900 (JST)
Subject: [ruby-changes:55105] nobu:r67312 (trunk): string.c: [DOC] fix reference to sprintf [ci skip]
nobu 2019-03-20 10:35:27 +0900 (Wed, 20 Mar 2019) New Revision: 67312 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67312 Log: string.c: [DOC] fix reference to sprintf [ci skip] Modified files: trunk/string.c Index: string.c =================================================================== --- string.c (revision 67311) +++ string.c (revision 67312) @@ -1997,7 +1997,7 @@ rb_str_times(VALUE str, VALUE times) https://github.com/ruby/ruby/blob/trunk/string.c#L1997 * the result of applying it to <i>arg</i>. If the format * specification contains more than one substitution, then <i>arg</i> * must be an Array or Hash containing the values to be - * substituted. See Kernel::sprintf for details of the format string. + * substituted. See Kernel#sprintf for details of the format string. * * "%05d" % 123 #=> "00123" * "%-5s: %016x" % [ "ID", self.object_id ] #=> "ID : 00002b054ec93168" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/