From 7f40a48e21976354a5a47512087719d1dc904ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 2 Oct 2021 20:12:42 +0200 Subject: [PATCH] doc: fix typo in TypedThreadSafeFunction example --- doc/typed_threadsafe_function.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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