Skip to content

Commit

Permalink
doc: fix typo in bigint.md (nodejs#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinhammond committed Apr 13, 2020
1 parent e1a827a commit cdb6625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/bigint.md
Expand Up @@ -48,7 +48,7 @@ Returns a new empty JavaScript `Napi::BigInt`.
### Int64Value

```cpp
int64_t Napi::BitInt::Int64Value(bool* lossless) const;
int64_t Napi::BigInt::Int64Value(bool* lossless) const;
```
- `[out] lossless`: Indicates whether the `BigInt` value was converted losslessly.
Expand Down

0 comments on commit cdb6625

Please sign in to comment.