We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9467cba commit 7dd3adfCopy full SHA for 7dd3adf
doc/api/n-api.md
@@ -1574,7 +1574,7 @@ NAPI_EXTERN napi_status napi_create_reference(napi_env env,
1574
1575
Returns `napi_ok` if the API succeeded.
1576
1577
-This API create a new reference with the specified reference count
+This API creates a new reference with the specified reference count
1578
to the `Object` passed in.
1579
1580
#### napi_delete_reference
@@ -4132,7 +4132,7 @@ napi_status napi_set_element(napi_env env,
4132
4133
4134
4135
-This API sets and element on the `Object` passed in.
+This API sets an element on the `Object` passed in.
4136
4137
#### napi_get_element
4138
<!-- YAML
0 commit comments