Skip to content

Commit

Permalink
doc: fix additional typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Oct 29, 2020
1 parent 7ec9741 commit 7a13f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/threadsafe_function.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ napi_status Napi::ThreadSafeFunction::Release()
Returns one of:
- `napi_ok`: The thread-safe function has been successfully released.
- `napi_invalid_arg`: The thread-safe function's thread-count is zero.
- `napi_generic_failure`: A generic error occurred when attemping to release
- `napi_generic_failure`: A generic error occurred when attempting to release
the thread-safe function.

### Abort
Expand Down

0 comments on commit 7a13f86

Please sign in to comment.