Skip to content

Commit db3482b

Browse files
committed
doc: update tsfn doc
1 parent d470db1 commit db3482b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/threadsafe_function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ napi_status Napi::ThreadSafeFunction::BlockingCall(void* data) const
200200
201201
napi_status Napi::ThreadSafeFunction::NonBlockingCall(void* data) const
202202
```
203-
- `data`: Data to pass to `call_js_cb` specified when creating the tsfn via
204-
`napi_create_threadsafe_function`.
203+
- `data`: Data to pass to `call_js_cb` specified when creating the thread-safe
204+
function via `napi_create_threadsafe_function`.
205205

206206
Returns one of:
207207
- `napi_ok`: The call was successfully added to the queue.

0 commit comments

Comments
 (0)