Skip to content

Commit

Permalink
doc: fix syntax in N-API documentation
Browse files Browse the repository at this point in the history
PR-URL: #31466
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
tniessen authored and codebytere committed Feb 17, 2020
1 parent 67d8967 commit b1c7458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b1c7458

Please sign in to comment.