Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: make param names consistent & fix doc link #6832

Closed

Conversation

thefourtheye
Copy link
Contributor

Checklist
  • documentation is changed
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

The parameter to fs.mkdtemp is actually prefix, not template,
because the string passed is appended with the randomly generated
string.

The doc link for fs.mkdtemp() was missing and it is included in this
patch.

@nodejs/documentation

The parameter to `fs.mkdtemp` is actually `prefix`, not `template`,
because the string passed is appended with the randomly generated
string.

The doc link for `fs.mkdtemp()` was missing and it is included in this
patch.
@thefourtheye thefourtheye added the doc Issues and PRs related to the documentations. label May 18, 2016
@mscdex mscdex added the fs Issues and PRs related to the fs subsystem / file system. label May 18, 2016
@claudiorodriguez
Copy link
Contributor

LGTM

1 similar comment
@jasnell
Copy link
Member

jasnell commented May 20, 2016

LGTM

jasnell pushed a commit that referenced this pull request May 20, 2016
The parameter to `fs.mkdtemp` is actually `prefix`, not `template`,
because the string passed is appended with the randomly generated
string.

The doc link for `fs.mkdtemp()` was missing and it is included in this
patch.

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

jasnell commented May 20, 2016

Landed in 2ef8359

@jasnell jasnell closed this May 20, 2016
@thefourtheye thefourtheye deleted the fix-params-mkdtemp-doc branch May 20, 2016 14:55
Fishrock123 pushed a commit that referenced this pull request May 23, 2016
The parameter to `fs.mkdtemp` is actually `prefix`, not `template`,
because the string passed is appended with the randomly generated
string.

The doc link for `fs.mkdtemp()` was missing and it is included in this
patch.

PR-URL: #6832
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
rvagg pushed a commit that referenced this pull request Jun 2, 2016
The parameter to `fs.mkdtemp` is actually `prefix`, not `template`,
because the string passed is appended with the randomly generated
string.

The doc link for `fs.mkdtemp()` was missing and it is included in this
patch.

PR-URL: #6832
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: James M Snell <jasnell@gmail.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