| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1574,7 +1574,7 @@ NAPI_EXTERN napi_status napi_create_reference(napi_env env, | |||
| 1574 | 1574 | ||
| 1575 | 1575 | Returns `napi_ok` if the API succeeded. | |
| 1576 | 1576 | ||
| 1577 | - This API create a new reference with the specified reference count | ||
| 1577 | + This API creates a new reference with the specified reference count | ||
| 1578 | 1578 | to the `Object` passed in. | |
| 1579 | 1579 | ||
| 1580 | 1580 | #### napi_delete_reference | |
@@ -4132,7 +4132,7 @@ napi_status napi_set_element(napi_env env, | |||
| 4132 | 4132 | ||
| 4133 | 4133 | Returns `napi_ok` if the API succeeded. | |
| 4134 | 4134 | ||
| 4135 | - This API sets and element on the `Object` passed in. | ||
| 4135 | + This API sets an element on the `Object` passed in. | ||
| 4136 | 4136 | ||
| 4137 | 4137 | #### napi_get_element | |
| 4138 | 4138 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments