Skip to content

Commit 36a8af7

Browse files
Trottcodebytere
authored andcommitted
doc: remove "currently" from addons.md
PR-URL: #33756 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 27e7976 commit 36a8af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/addons.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Refer to [C/C++ Addons with N-API](n-api.html) for more information on N-API.
1515
When not using N-API, implementing Addons is complicated,
1616
involving 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
418418
the next). With each change, Addons may need to be updated and recompiled in
419419
order to continue functioning. The Node.js release schedule is designed to
420420
minimize 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

423423
The [Native Abstractions for Node.js][] (or `nan`) provide a set of tools that
424424
Addon developers are recommended to use to keep compatibility between past and

0 commit comments

Comments
 (0)