Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit e740adb

Browse files
committed
More formatting fixes
1 parent 492735c commit e740adb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

005-ABI-Stable-Module-API.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,17 @@ we have been able to port the NaN example and level down. Additions
9191
will be made as we port additional modules.
9292

9393
There has been enough progress that instead of listing the API methods
94-
here we will point to the header files in the working repos so it
94+
here we will point to the header files in the working PoC repos so it
9595
remains up to date:
9696

9797
Core Methods:
98-
[node_jsvmapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi_types.h)
99-
[node_jsvmapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi.h)
98+
* [node_jsvmapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi_types.h)
99+
* [node_jsvmapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi.h)
100100

101101
AsyncWorker Support Methods:
102102

103-
[node_asyncapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi_types.h)
104-
[node_asyncapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi.h)
103+
* [node_asyncapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi_types.h)
104+
* [node_asyncapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi.h)
105105

106106

107107
# C++ Wrapper API
@@ -121,7 +121,7 @@ The current set of helpers to provide ease of use are defined in:
121121

122122
[node_api_helpers.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_api_helpers.h)
123123

124-
Some of the more complete parts like AsyncWorker will quite likely end up outside
124+
Some of the more complex parts like AsyncWorker will quite likely end up outside
125125
the scope of the ABI stable API itself, and be in a separate component.
126-
For example they may end up part of a version of NaN that supports the new API.
126+
For example, they may end up part of a version of NaN that supports the new API.
127127

0 commit comments

Comments
 (0)