Skip to content

Commit cb22841

Browse files
authored
doc: fix typo in TypedThreadSafeFunction example (#1083)
1 parent b70acdd commit cb22841

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/typed_threadsafe_function.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ Value Start(const CallbackInfo &info) {
215215

216216
int count = info[1].As<Number>().Int32Value();
217217

218-
// Create a new context set to the the receiver (ie, `this`) of the function
219-
// call
218+
// Create a new context set to the receiver (ie, `this`) of the function call
220219
Context *context = new Reference<Value>(Persistent(info.This()));
221220

222221
// Create a ThreadSafeFunction

0 commit comments

Comments
 (0)