Fix docs typo

Closes #74
This commit is contained in:
eryn L. K 2021-12-27 21:30:42 -05:00
parent 70e9cea6a7
commit 0b8d55a4c3

View file

@ -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()