diff options
author | stomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-04-22 19:41:06 +0000 |
---|---|---|
committer | stomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-04-22 19:41:06 +0000 |
commit | 75e5a91e9224de4bebe7ed5e2e275f656cb4c662 (patch) | |
tree | 2eaae949d22d97700d7d5d25037d906a52cf2ce3 /sprintf.c | |
parent | 532464d1784598a2d86cacd59e2adde528760ff9 (diff) | |
download | ruby-75e5a91e9224de4bebe7ed5e2e275f656cb4c662.tar.gz |
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
Diffstat (limited to 'sprintf.c')
-rw-r--r-- | sprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 * |