Skip to content

Commit 40480e0

Browse files
tniessencodebytere
authored andcommitted
doc: fix syntax in N-API documentation
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>
1 parent 11dbdcb commit 40480e0

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)