Skip to content

Commit

Permalink
doc: dix typo
Browse files Browse the repository at this point in the history
Fixes type at line 27 of doc/number.md.

PR-URL: #435
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
abhi11210646 authored and Gabriel Schulhof committed Feb 15, 2019
1 parent 28df833 commit ad6f569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/number.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Creates a new instance of a `Napi::Number` object.
Napi::Number(napi_env env, napi_value value);
```
- `[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.
- `[in] value`: The `napi_value` which is a handle for a JavaScript `Number`.
Returns a non-empty `Napi::Number` object.
Expand Down

0 comments on commit ad6f569

Please sign in to comment.