Skip to content

Commit fa691f8

Browse files
tniessencodebytere
authored andcommitted
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 b8ebb9c commit fa691f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
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)