Skip to content

Commit

Permalink
doc: fix typo in bigint.md (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindavies8 committed Apr 13, 2020
1 parent dd3c717 commit e7cbedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/bigint.md
Original file line number Diff line number Diff line change
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 e7cbedf

Please sign in to comment.