From 3b3d1e713959aa4cddf4c318948c334c16c3a7dc Mon Sep 17 00:00:00 2001 From: ohbarye Date: Fri, 1 Jun 2018 00:29:52 +0900 Subject: [PATCH] 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: https://github.com/nodejs/node/issues/21049 --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 5a98b93d1f7b93..bc4d3e07c34125 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -580,7 +580,7 @@ held live for the lifespan of the native method call. 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 +The sections which follow describe the N-API functions that can be used to change the handle lifespan from the default. ### Making handle lifespan shorter than that of the native method