| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3ba52c1 commit b46714c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1788,7 +1788,7 @@ This API returns the C int32 primitive equivalent | |||
| 1788 | 1788 | of the given JavaScript Number. If the number exceeds the range of the | |
| 1789 | 1789 | 32 bit integer, then the result is truncated to the equivalent of the | |
| 1790 | 1790 | bottom 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. | ||
| 1792 | 1792 | ||
| 1793 | 1793 | #### *napi_get_value_int64* | |
| 1794 | 1794 | <!-- YAML | |
@@ -3013,7 +3013,7 @@ constructor and methods can be called from JavaScript. | |||
| 3013 | 3013 | ||
| 3014 | 3014 | 1. The [`napi_define_class`][] API defines a JavaScript class with constructor, | |
| 3015 | 3015 | static properties and methods, and instance properties and methods that | |
| 3016 | - correspond to the The C++ class. | ||
| 3016 | + correspond to the C++ class. | ||
| 3017 | 3017 | 2. When JavaScript code invokes the constructor, the constructor callback | |
| 3018 | 3018 | uses [`napi_wrap`][] to wrap a new C++ instance in a JavaScript object, | |
| 3019 | 3019 | then returns the wrapper object. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments