Skip to content

Commit 1cc77c7

Browse files
jiacai2050targos
authored andcommitted
doc: punctuation fix for Node-API versioning clarification
PR-URL: #58599 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c1f9791 commit 1cc77c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ For example v18.15.0 supports only Node-API version 8. ABI stability was
261261
achieved because 8 was a strict superset of all previous versions.
262262

263263
As of version 9, while Node-API versions continue to be versioned
264-
independently an add-on that ran with Node-API version 9 may need
264+
independently, an add-on that ran with Node-API version 9 may need
265265
code updates to run with Node-API version 10. ABI stability
266266
is maintained, however, because Node.js versions that support
267267
Node-API versions higher than 8 will support all versions

0 commit comments

Comments
 (0)