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: fix typo in n-api.md #21060

Closed
wants to merge 1 commit into from
Closed

doc: fix typo in n-api.md #21060

wants to merge 1 commit into from

Conversation

ohbarye
Copy link
Contributor

@ohbarye ohbarye commented May 31, 2018

I just replaced than with that as suggested in #21049.

  • wrong: the N-API functions than can be used to change
  • correct: the N-API functions that can be used to change

Fixes: #21049

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included (I think it's not necessary for just a typo)
  • documentation is changed or added
  • commit message follows commit guidelines

just replaced `than` with `that`.

- wrong: the N-API functions than can be used to change
- correct: the N-API functions that can be used to change

Fixes: nodejs#21049
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. dont-land-on-v4.x node-api Issues and PRs related to the Node-API. labels May 31, 2018
@trivikr trivikr added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 31, 2018
@Trott
Copy link
Member

Trott commented May 31, 2018

@vsemozhetbyt vsemozhetbyt added the fast-track PRs that do not need to wait for 48 hours to land. label May 31, 2018
@vsemozhetbyt
Copy link
Contributor

Node.js Collaborators, please, add 👍 here if you approve fast-tracking.

@vsemozhetbyt
Copy link
Contributor

@Trott
Copy link
Member

Trott commented May 31, 2018

LinuxONE has 7 build failures in a row. Looks like we'll need @nodejs/build to take a look.

@Trott
Copy link
Member

Trott commented May 31, 2018

I see why it's broken. I'll fix it in a moment.

@Trott
Copy link
Member

Trott commented May 31, 2018

@vsemozhetbyt
Copy link
Contributor

CI is green but failed to update indicators in the PR.

Trott pushed a commit to Trott/io.js that referenced this pull request May 31, 2018
just replaced `than` with `that`.

- wrong: the N-API functions than can be used to change
- correct: the N-API functions that can be used to change

Fixes: nodejs#21049

PR-URL: nodejs#21060
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
@Trott
Copy link
Member

Trott commented May 31, 2018

Landed in dcecfb7

@Trott Trott closed this May 31, 2018
@ohbarye ohbarye deleted the fix-typo branch June 1, 2018 01:41
@ohbarye
Copy link
Contributor Author

ohbarye commented Jun 1, 2018

Thanks for your quick review.

addaleax pushed a commit that referenced this pull request Jun 1, 2018
just replaced `than` with `that`.

- wrong: the N-API functions than can be used to change
- correct: the N-API functions that can be used to change

Fixes: #21049

PR-URL: #21060
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land. node-api Issues and PRs related to the Node-API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There may be a syntax error in the nodejs napi doc.
5 participants