Skip to content

Commit b4f745e

Browse files
committed
doc: fix syntax in N-API documentation
PR-URL: #31466 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Bryan English <[email protected]> Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 4e3dee4 commit b4f745e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/n-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ napiVersion: 1
14361436
```C
14371437
NAPI_EXTERN napi_status napi_reference_unref(napi_env env,
14381438
napi_ref ref,
1439-
uint32_t* result););
1439+
uint32_t* result);
14401440
```
14411441

14421442
* `[in] env`: The environment that the API is invoked under.

0 commit comments

Comments
 (0)