This repository was archived by the owner on Mar 25, 2018. It is now read-only.
util.format doc inconsistent from markdown #24
Open
Description
placeholder information under util.format(format, [...]) on nodejs.org website API doc has
% - single percent sign
(http://nodejs.org/api/util.html#util_util_format_format)
Please fix it to match the correct information as shown in the node API markdown.
%% - single percent sign
(https://github.com/joyent/node/blob/master/doc/api/util.markdown)