File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ APIs exposed by node-addon-api are generally used to create and
3737manipulate JavaScript values. Concepts and operations generally map
3838to ideas specified in the ** ECMA262 Language Specification** .
3939
40- The [ N-API Resource] ( http ://nodejs.github.io/node-addon-examples/) offers an
41- excellent orientation and tips for developers just getting started with N-API
40+ The [ N-API Resource] ( https ://nodejs.github.io/node-addon-examples/) offers an
41+ excellent orientation and tips for developers just getting started with N-API
4242and node-addon-api.
4343
4444- ** [ Setup] ( #setup ) **
Original file line number Diff line number Diff line change @@ -117,4 +117,4 @@ Returns a pointer to a null-terminated string that is used to identify the
117117exception. This method can be used only if the exception mechanism is enabled.
118118
119119[ `Napi::ObjectReference` ] : ./object_reference.md
120- [ `std::exception` ] : http ://cplusplus.com/reference/exception/exception/
120+ [ `std::exception` ] : https ://cplusplus.com/reference/exception/exception/
Original file line number Diff line number Diff line change 8888[ `Napi::Uint8Array` ] : ./typed_array_of.md
8989[ `Napi::Value` ] : ./value.md
9090[ `Napi::VersionManagement` ] : ./version_management.md
91- [ `std::exception` ] : http ://cplusplus.com/reference/exception/exception/
91+ [ `std::exception` ] : https ://cplusplus.com/reference/exception/exception/
You can’t perform that action at this time.
0 commit comments