ruby-changes:51035
From: stomar <ko1@a...>
Date: Mon, 23 Apr 2018 04:41:10 +0900 (JST)
Subject: [ruby-changes:51035] stomar:r63242 (trunk): sprintf.c: fix typo
stomar 2018-04-23 04:41:06 +0900 (Mon, 23 Apr 2018) New Revision: 63242 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63242 Log: sprintf.c: fix typo * sprintf.c: [DOC] fix typo. Patch by Lazarus Lazaridis (iridakos). [Fix GH-1789] Modified files: trunk/sprintf.c Index: sprintf.c =================================================================== --- sprintf.c (revision 63241) +++ sprintf.c (revision 63242) @@ -203,7 +203,7 @@ get_hash(volatile VALUE *hash, int argc, https://github.com/ruby/ruby/blob/trunk/sprintf.c#L203 * any additional arguments. Within the format string, any characters * other than format sequences are copied to the result. * - * The syntax of a format sequence is follows. + * The syntax of a format sequence is as follows. * * %[flags][width][.precision]type * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/