File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1788,7 +1788,7 @@ This API returns the C int32 primitive equivalent
17881788of the given JavaScript Number. If the number exceeds the range of the
1789178932 bit integer, then the result is truncated to the equivalent of the
17901790bottom 32 bits. This can result in a large positive number becoming
1791- a negative number if the the value is > 2^31 -1.
1791+ a negative number if the value is > 2^31 -1.
17921792
17931793#### *napi_get_value_int64*
17941794<!-- YAML
@@ -3013,7 +3013,7 @@ constructor and methods can be called from JavaScript.
30133013
30143014 1. The [`napi_define_class`][] API defines a JavaScript class with constructor,
30153015 static properties and methods, and instance properties and methods that
3016- correspond to the The C++ class.
3016+ correspond to the C++ class.
30173017 2. When JavaScript code invokes the constructor, the constructor callback
30183018 uses [`napi_wrap`][] to wrap a new C++ instance in a JavaScript object,
30193019 then returns the wrapper object.
You can’t perform that action at this time.
0 commit comments