We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70acdd commit cb22841Copy full SHA for cb22841
doc/typed_threadsafe_function.md
@@ -215,8 +215,7 @@ Value Start(const CallbackInfo &info) {
215
216
int count = info[1].As<Number>().Int32Value();
217
218
- // Create a new context set to the the receiver (ie, `this`) of the function
219
- // call
+ // Create a new context set to the receiver (ie, `this`) of the function call
220
Context *context = new Reference<Value>(Persistent(info.This()));
221
222
// Create a ThreadSafeFunction
0 commit comments