doc: include the optional options parameter by thefourtheye · Pull Request #7842 · nodejs/node · GitHub
Skip to content

doc: include the optional options parameter#7842

Closed
thefourtheye wants to merge 1 commit into
nodejs:masterfrom
thefourtheye:improve-mkdtemp-doc
Closed

doc: include the optional options parameter#7842
thefourtheye wants to merge 1 commit into
nodejs:masterfrom
thefourtheye:improve-mkdtemp-doc

Conversation

@thefourtheye

Copy link
Copy Markdown
Contributor
Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

mkdtemp family accepts an optional options parameter, which is
missing in the documentation.


cc @nodejs/documentation

@thefourtheye thefourtheye added the doc Issues and PRs related to the documentations. label Jul 22, 2016
@nodejs-github-bot nodejs-github-bot added the fs Issues and PRs related to the fs subsystem / file system. label Jul 22, 2016
@claudiorodriguez

Copy link
Copy Markdown
Contributor

@jasnell

jasnell commented Aug 5, 2016

Copy link
Copy Markdown
Member

This generally LGTM but aligning with the other instances for consistency would be good.

`mkdtemp` functions accept an optional `options` parameter, which can
be either a String specifying encoding, or an Object with an `encoding`
property.
@thefourtheye

Copy link
Copy Markdown
Contributor Author

@claudiorodriguez Updated the PR, with your suggestion. PTAL.

@jasnell

jasnell commented Aug 10, 2016

Copy link
Copy Markdown
Member

LGTM with the updates!

@jasnell

jasnell commented Aug 18, 2016

Copy link
Copy Markdown
Member

ping @claudiorodriguez ... does this LGTY now?

@claudiorodriguez

Copy link
Copy Markdown
Contributor

Sorry, LGTM

jasnell pushed a commit that referenced this pull request Aug 24, 2016
`mkdtemp` functions accept an optional `options` parameter, which can
be either a String specifying encoding, or an Object with an `encoding`
property.

PR-URL: #7842
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
@jasnell

jasnell commented Aug 24, 2016

Copy link
Copy Markdown
Member

@jasnell jasnell closed this Aug 24, 2016
@Fishrock123 Fishrock123 mentioned this pull request Sep 6, 2016
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request Sep 8, 2016
`mkdtemp` functions accept an optional `options` parameter, which can
be either a String specifying encoding, or an Object with an `encoding`
property.

PR-URL: nodejs#7842
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Fishrock123 pushed a commit that referenced this pull request Sep 9, 2016
`mkdtemp` functions accept an optional `options` parameter, which can
be either a String specifying encoding, or an Object with an `encoding`
property.

PR-URL: #7842
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants