doc: fix confusion markdown in util.markdown
authorYazhong Liu <yorkiefixer@gmail.com>
Sun, 8 Mar 2015 06:26:15 +0000 (14:26 +0800)
committerBrendan Ashworth <brendan.ashworth@me.com>
Sun, 8 Mar 2015 21:49:06 +0000 (14:49 -0700)
PR-URL: https://github.com/iojs/io.js/pull/1097
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
doc/api/util.markdown

index dcd7532..d7abecc 100644 (file)
@@ -54,7 +54,7 @@ argument. Supported placeholders are:
 * `%s` - String.
 * `%d` - Number (both integer and float).
 * `%j` - JSON.  Replaced with the string `'[Circular]'` if the argument
-         contains circular references.
+contains circular references.
 * `%%` - single percent sign (`'%'`). This does not consume an argument.
 
 If the placeholder does not have a corresponding argument, the placeholder is