From cdb662506c001feed535d9d577f6c535826b8cf7 Mon Sep 17 00:00:00 2001 From: Kelvin Date: Mon, 13 Apr 2020 11:07:27 -0400 Subject: [PATCH] doc: fix typo in bigint.md (#700) --- doc/bigint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bigint.md b/doc/bigint.md index ac403490e..92607e7fd 100644 --- a/doc/bigint.md +++ b/doc/bigint.md @@ -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.