From 6bf6c6328aef9533716be1ad668d1b9766aa8a80 Mon Sep 17 00:00:00 2001 From: Max Cahill <1bardesign@gmail.com> Date: Thu, 21 Dec 2023 13:59:38 +1100 Subject: [PATCH] fixed typo --- async.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.lua b/async.lua index 28509d9..fe066b4 100644 --- a/async.lua +++ b/async.lua @@ -12,7 +12,7 @@ getting a reference to the task for manipulation attaching multiple callbacks cancelling -` proper error traces for coroutines with async:add, additional wrapper? + proper error traces for coroutines with async:add, additional wrapper? ]] local path = (...):gsub("async", "")