From 75e5a91e9224de4bebe7ed5e2e275f656cb4c662 Mon Sep 17 00:00:00 2001 From: stomar Date: Sun, 22 Apr 2018 19:41:06 +0000 Subject: sprintf.c: fix typo * sprintf.c: [DOC] fix typo. Patch by Lazarus Lazaridis (iridakos). [Fix GH-1789] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sprintf.c') diff --git a/sprintf.c b/sprintf.c index eed2c92282..53abbddca7 100644 --- a/sprintf.c +++ b/sprintf.c @@ -203,7 +203,7 @@ get_hash(volatile VALUE *hash, int argc, const VALUE *argv) * 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 * -- cgit v1.2.1