Skip to content

Commit 7bf6309

Browse files
no2chemaddaleax
authored andcommitted
doc: napi_get_value_bigint_words argument order
PR-URL: #26300 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e72cb94 commit 7bf6309

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
@@ -2306,8 +2306,8 @@ added: v10.7.0
23062306
```C
23072307
napi_status napi_get_value_bigint_words(napi_env env,
23082308
napi_value value,
2309-
size_t* word_count,
23102309
int* sign_bit,
2310+
size_t* word_count,
23112311
uint64_t* words);
23122312
```
23132313

0 commit comments

Comments
 (0)