From 0b8d55a4c37741a7b84d5110875ead8d76cb54ce Mon Sep 17 00:00:00 2001 From: "eryn L. K" Date: Mon, 27 Dec 2021 21:30:42 -0500 Subject: [PATCH] Fix docs typo Closes #74 --- lib/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.lua b/lib/init.lua index 4f61335..8058fdf 100644 --- a/lib/init.lua +++ b/lib/init.lua @@ -1654,7 +1654,7 @@ local function expectHelper(status, ...) end --[=[ - Yields the current thread until the given Promise completes. Returns the the values that the promise resolved with. + Yields the current thread until the given Promise completes. Returns the values that the promise resolved with. ```lua local worked = pcall(function()