summaryrefslogtreecommitdiff
path: root/sprintf.c
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-22 19:41:06 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-22 19:41:06 +0000
commit75e5a91e9224de4bebe7ed5e2e275f656cb4c662 (patch)
tree2eaae949d22d97700d7d5d25037d906a52cf2ce3 /sprintf.c
parent532464d1784598a2d86cacd59e2adde528760ff9 (diff)
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.c2
1 files changed, 1 insertions, 1 deletions
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
*