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

Corrected typo in name of "msg" argument in documentation. #5449

Closed
wants to merge 1 commit into from

Conversation

chrisdew
Copy link
Contributor

Pull Request check-list

Please make sure to review and check all of these items:

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to CONTRIBUTING.md?
  • If this change fixes a bug (or a performance problem), is a regression
    test (or a benchmark) included?
  • Is a documentation update included (if this change modifies
    existing APIs, or introduces new ones)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Affected core subsystem(s)

Please provide affected core subsystem(s) (like buffer, cluster, crypto, etc)

Description of change

Please provide a description of the change here.

Corrected name of "msg" argument from "buf" to "msg".

Corrected name of "msg" argument from "buf" to "msg".
@evanlucas
Copy link
Contributor

LGTM. Can you please update the commit message to match the guidelines in https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#step-3-commit? Specifically, the prefix here should be doc:. Thanks for the contribution!!

@silverwind silverwind added the doc Issues and PRs related to the documentations. label Feb 26, 2016
@cjihrig
Copy link
Contributor

cjihrig commented Feb 26, 2016

LGTM

@mscdex mscdex added the dgram Issues and PRs related to the dgram subsystem / UDP. label Feb 26, 2016
@silverwind
Copy link
Contributor

LGTM. Landed in 1913909 with a fixed commit message.

silverwind pushed a commit that referenced this pull request Feb 27, 2016
Corrected name of "msg" argument from "buf" to "msg".

PR-URL: #5449
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@silverwind silverwind closed this Feb 27, 2016
rvagg pushed a commit that referenced this pull request Feb 28, 2016
Corrected name of "msg" argument from "buf" to "msg".

PR-URL: #5449
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@Fishrock123 Fishrock123 mentioned this pull request Mar 1, 2016
5 tasks
@jasnell
Copy link
Member

jasnell commented Mar 2, 2016

Added the lts-watch label...

@MylesBorins
Copy link
Contributor

this is not applicable to LTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dgram Issues and PRs related to the dgram subsystem / UDP. doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants