File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Refer to [C/C++ Addons with N-API](n-api.html) for more information on N-API.
1515When not using N-API, implementing Addons is complicated,
1616involving knowledge of several components and APIs:
1717
18- * V8: the C++ library Node.js currently uses to provide the
18+ * V8: the C++ library Node.js uses to provide the
1919 JavaScript implementation. V8 provides the mechanisms for creating objects,
2020 calling functions, etc. V8's API is documented mostly in the
2121 ` v8.h ` header file (` deps/v8/include/v8.h ` in the Node.js source
@@ -418,7 +418,7 @@ dramatically from one V8 release to the next (and one major Node.js release to
418418the next). With each change, Addons may need to be updated and recompiled in
419419order to continue functioning. The Node.js release schedule is designed to
420420minimize the frequency and impact of such changes but there is little that
421- Node.js can do currently to ensure stability of the V8 APIs.
421+ Node.js can do to ensure stability of the V8 APIs.
422422
423423The [ Native Abstractions for Node.js] [ ] (or ` nan ` ) provide a set of tools that
424424Addon developers are recommended to use to keep compatibility between past and
You can’t perform that action at this time.
0 commit comments