diff --git a/doc/number.md b/doc/number.md index 7cf70ae..d603101 100644 --- a/doc/number.md +++ b/doc/number.md @@ -43,7 +43,7 @@ Creates a new instance of a `Napi::Number` object. ### Int32Value -Converts a `Napi::Number` value to a `uint32_t` primitive type. +Converts a `Napi::Number` value to a `int32_t` primitive type. ```cpp Napi::Number::Int32Value() const;