diff --git a/doc/typed_threadsafe_function.md b/doc/typed_threadsafe_function.md index 997dd0515..adc46d958 100644 --- a/doc/typed_threadsafe_function.md +++ b/doc/typed_threadsafe_function.md @@ -215,8 +215,7 @@ Value Start(const CallbackInfo &info) { int count = info[1].As().Int32Value(); - // Create a new context set to the the receiver (ie, `this`) of the function - // call + // Create a new context set to the receiver (ie, `this`) of the function call Context *context = new Reference(Persistent(info.This())); // Create a ThreadSafeFunction