diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 4bd4da31b93f2a..9e07fa0803c17e 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1436,7 +1436,7 @@ napiVersion: 1 ```C NAPI_EXTERN napi_status napi_reference_unref(napi_env env, napi_ref ref, - uint32_t* result);); + uint32_t* result); ``` * `[in] env`: The environment that the API is invoked under.