We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28df833 commit ad6f569Copy full SHA for ad6f569
doc/number.md
@@ -24,7 +24,7 @@ Creates a new instance of a `Napi::Number` object.
24
Napi::Number(napi_env env, napi_value value);
25
```
26
27
- - `[in] env`: The `napi_env` environment in which to construct the `Napi::Nuber` object.
+ - `[in] env`: The `napi_env` environment in which to construct the `Napi::Number` object.
28
- `[in] value`: The `napi_value` which is a handle for a JavaScript `Number`.
29
30
Returns a non-empty `Napi::Number` object.
0 commit comments