From b46714c0230c9cdc4c89cfe3a584be80c26062c4 Mon Sep 17 00:00:00 2001 From: Swathi Kalahastri Date: Fri, 10 Nov 2017 09:14:18 +0530 Subject: [PATCH] doc: fix typos in N-API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/16911 Reviewed-By: Luigi Pinca Reviewed-By: Gireesh Punathil Reviewed-By: James M Snell Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig Reviewed-By: Franziska Hinkelmann --- doc/api/n-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index d4452377c35483..f877b6e6d633c0 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1788,7 +1788,7 @@ This API returns the C int32 primitive equivalent of the given JavaScript Number. If the number exceeds the range of the 32 bit integer, then the result is truncated to the equivalent of the bottom 32 bits. This can result in a large positive number becoming -a negative number if the the value is > 2^31 -1. +a negative number if the value is > 2^31 -1. #### *napi_get_value_int64*