Skip to content

Commit dcecfb7

Browse files
ohbaryeTrott
authored andcommitted
doc: fix typo in n-api.md
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 <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent e60eed1 commit dcecfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/n-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ held live for the lifespan of the native method call.
580580

581581
In many cases, however, it is necessary that the handles remain valid for
582582
either a shorter or longer lifespan than that of the native method.
583-
The sections which follow describe the N-API functions than can be used
583+
The sections which follow describe the N-API functions that can be used
584584
to change the handle lifespan from the default.
585585

586586
### Making handle lifespan shorter than that of the native method

0 commit comments

Comments
 (0)