We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27ae6e commit 30c9cb5Copy full SHA for 30c9cb5
doc/api/n-api.md
@@ -369,7 +369,7 @@ Native addons may need to allocate global state of which they make use during
369
their entire life cycle such that the state must be unique to each instance of
370
the addon.
371
372
-To this env, N-API provides a way to allocate data such that its life cycle is
+To this end, N-API provides a way to allocate data such that its life cycle is
373
tied to the life cycle of the Agent.
374
375
### napi_set_instance_data
0 commit comments