Skip to content

doc, util, console: clarify ambiguous docs#14027

Closed
nattelog wants to merge 2 commits intonodejs:masterfrom
nattelog:nattelog-development
Closed

doc, util, console: clarify ambiguous docs#14027
nattelog wants to merge 2 commits intonodejs:masterfrom
nattelog:nattelog-development

Conversation

@nattelog
Copy link
Copy Markdown
Contributor

@nattelog nattelog commented Jul 1, 2017

Add clarification to the documentation on util.format() and console.log()
regarding how excessive arguments are treated when the first argument is
a non-format string compared to when it is not a string at all.

Fixes: #13908

Checklist
  • make -j4 test (UNIX)
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc, util, console

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

console Issues and PRs related to the console subsystem. doc Issues and PRs related to the documentations. util Issues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

console, doc, util: console.log() and util.format() are wrongly documented and may be inconsistent

7 participants