From: Yazhong Liu Date: Sun, 8 Mar 2015 06:26:15 +0000 (+0800) Subject: doc: fix confusion markdown in util.markdown X-Git-Tag: v1.5.1~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8c893dd39d2dc03bddd4a7a036484df027c94d6;p=platform%2Fupstream%2Fnodejs.git doc: fix confusion markdown in util.markdown PR-URL: https://github.com/iojs/io.js/pull/1097 Reviewed-By: Brendan Ashworth --- diff --git a/doc/api/util.markdown b/doc/api/util.markdown index dcd7532..d7abecc 100644 --- a/doc/api/util.markdown +++ b/doc/api/util.markdown @@ -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