Skip to content

Commit

Permalink
doc: napi_get_value_bigint_words argument order
Browse files Browse the repository at this point in the history
PR-URL: #26300
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
no2chem authored and mhdawson committed Feb 28, 2019
1 parent 13b1aaf commit f4257a2
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 @@ -2306,8 +2306,8 @@ added: v10.7.0
```C
napi_status napi_get_value_bigint_words(napi_env env,
napi_value value,
size_t* word_count,
int* sign_bit,
size_t* word_count,
uint64_t* words);
```

Expand Down

0 comments on commit f4257a2

Please sign in to comment.