aboutsummaryrefslogtreecommitdiffstats
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
commitce1aa4eacaf7a51ebb3c4ffe25aab36a6f76b84f (patch)
tree2eaae949d22d97700d7d5d25037d906a52cf2ce3 /sprintf.c
parent7b7d3f30a6bccef6ccb8bb7ad4362e14f5ea3539 (diff)
downloadruby-ce1aa4eacaf7a51ebb3c4ffe25aab36a6f76b84f.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.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
*