summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*