Skip to content

Commit cdb6625

Browse files
doc: fix typo in bigint.md (#700)
1 parent e1a827a commit cdb6625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/bigint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Returns a new empty JavaScript `Napi::BigInt`.
4848
### Int64Value
4949

5050
```cpp
51-
int64_t Napi::BitInt::Int64Value(bool* lossless) const;
51+
int64_t Napi::BigInt::Int64Value(bool* lossless) const;
5252
```
5353
5454
- `[out] lossless`: Indicates whether the `BigInt` value was converted losslessly.

0 commit comments

Comments
 (0)