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 7ec9741 commit 7a13f86Copy full SHA for 7a13f86
doc/threadsafe_function.md
@@ -106,7 +106,7 @@ napi_status Napi::ThreadSafeFunction::Release()
106
Returns one of:
107
- `napi_ok`: The thread-safe function has been successfully released.
108
- `napi_invalid_arg`: The thread-safe function's thread-count is zero.
109
-- `napi_generic_failure`: A generic error occurred when attemping to release
+- `napi_generic_failure`: A generic error occurred when attempting to release
110
the thread-safe function.
111
112
### Abort
0 commit comments