Browse Source

doc: fix confusion markdown in util.markdown

PR-URL: https://github.com/iojs/io.js/pull/1097
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
v1.8.0-commit
Yazhong Liu 10 years ago
committed by Brendan Ashworth
parent
commit
f8c893dd39
  1. 2
      doc/api/util.markdown

2
doc/api/util.markdown

@ -54,7 +54,7 @@ argument. Supported placeholders are:
* `%s` - String. * `%s` - String.
* `%d` - Number (both integer and float). * `%d` - Number (both integer and float).
* `%j` - JSON. Replaced with the string `'[Circular]'` if the argument * `%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. * `%%` - single percent sign (`'%'`). This does not consume an argument.
If the placeholder does not have a corresponding argument, the placeholder is If the placeholder does not have a corresponding argument, the placeholder is

Loading…
Cancel
Save