-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
There may be a syntax error in the nodejs napi doc.Β #21049
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.
https://nodejs.org/dist/latest-v10.x/docs/api/n-api.html#n_api_object_lifetime_management
This document may has a syntax error:
In many cases, however, it is necessary that the handles remain valid for either a shorter or longer lifespan than that of the native method. The sections which follow describe the N-API functions than can be used to change the handle lifespan from the default.
...the N-API functions than can be used to change the..., than shoul change to that.