Skip to content

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

Closed
chrisdew wants to merge 1 commit into
nodejs:masterfrom
chrisdew:patch-2
Closed

Corrected typo in name of "msg" argument in documentation.#5449
chrisdew wants to merge 1 commit into
nodejs:masterfrom
chrisdew:patch-2

Conversation

@chrisdew

Copy link
Copy Markdown
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
Copy Markdown
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!!

@silverwindsilverwind added the doc Issues and PRs related to the documentations. label Feb 26, 2016
@cjihrig

Copy link
Copy Markdown
Contributor

LGTM

@mscdexmscdex added the dgram Issues and PRs related to the dgram subsystem / UDP. label Feb 26, 2016
@silverwind

Copy link
Copy Markdown
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>
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>
@Fishrock123Fishrock123 mentioned this pull request Mar 1, 2016
5 tasks
@jasnell

Copy link
Copy Markdown
Member

Added the lts-watch label...

@MylesBorins

Copy link
Copy Markdown
Contributor

this is not applicable to LTS

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

Labels

dgramIssues and PRs related to the dgram subsystem / UDP.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@chrisdew@evanlucas@cjihrig@silverwind@jasnell@MylesBorins@mscdex