Skip to content

Commit ad6f569

Browse files
abhi11210646Gabriel Schulhof
authored andcommitted
doc: dix typo
Fixes type at line 27 of doc/number.md. PR-URL: #435 Reviewed-By: Nicola Del Gobbo <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 28df833 commit ad6f569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Creates a new instance of a `Napi::Number` object.
2424
Napi::Number(napi_env env, napi_value value);
2525
```
2626
27-
- `[in] env`: The `napi_env` environment in which to construct the `Napi::Nuber` object.
27+
- `[in] env`: The `napi_env` environment in which to construct the `Napi::Number` object.
2828
- `[in] value`: The `napi_value` which is a handle for a JavaScript `Number`.
2929
3030
Returns a non-empty `Napi::Number` object.

0 commit comments

Comments
 (0)