Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 40 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisesdoc: do not identify string as "JavaScript string" #19689
Conversation
nodejs-github-bot
added
buffer
doc
labels
Mar 30, 2018
This comment has been minimized.
This comment has been minimized.
TimothyGu
approved these changes
Mar 30, 2018
lpinca
approved these changes
Mar 30, 2018
lpinca
added
the
author ready
label
Mar 30, 2018
ChALkeR
approved these changes
Mar 30, 2018
trivikr
approved these changes
Mar 30, 2018
vsemozhetbyt
added
the
fast-track
label
Mar 30, 2018
vsemozhetbyt
approved these changes
Mar 30, 2018
tniessen
approved these changes
Mar 30, 2018
cjihrig
approved these changes
Mar 30, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Landed in a3160b7 |
Trott
closed this
Apr 2, 2018
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Apr 2, 2018
targos
added a commit
that referenced
this pull request
Apr 2, 2018
Merged
BethGriggs
added a commit
that referenced
this pull request
Dec 4, 2018
Merged
This was referenced Dec 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Trott commentedMar 30, 2018
A parameter that is explicitly identified as a string does not need to
be further specified in the text as a "JavaScript string". Remove the
type altogether as it is indicated in the argument description.
Checklist