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 @@ -37,7 +37,7 @@ please follow these principles and guidelines:
3737
38382 . ** Review and approval**
3939 * A new API addition ** must** be signed off by at least two Node-API team members.
40- * ** Should** be implemented in at least one other VM implementation of Node.js.
40+ * ** Should** be implemented in terms of available VM APIs in at least one other VM implementation of Node.js.
4141
42423 . ** Experimental phase**
4343 * New APIs ** must** be marked as experimental for at least one minor Node.js release before promotion.
@@ -49,4 +49,4 @@ please follow these principles and guidelines:
4949 * Approval by the Node-API team.
5050 * Availability of a down-level implementation if backporting is needed.
5151 * Usage by a published real-world module.
52- * Implementation in an alternative VM.
52+ * Implementable in an alternative VM.
You can’t perform that action at this time.
0 commit comments