summaryrefslogtreecommitdiff
path: root/src/node_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_api.h')
-rw-r--r--src/node_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_api.h b/src/node_api.h
index ee0ad3518e..c752705169 100644
--- a/src/node_api.h
+++ b/src/node_api.h
@@ -177,7 +177,7 @@ NAPI_EXTERN napi_status napi_create_range_error(napi_env env,
napi_value msg,
napi_value* result);
-// Methods to get the the native napi_value from Primitive type
+// Methods to get the native napi_value from Primitive type
NAPI_EXTERN napi_status napi_typeof(napi_env env,
napi_value value,
napi_valuetype* result);