update docs

This commit is contained in:
Eryn Lynn 2021-09-30 03:01:59 -04:00
parent 531908b9bf
commit df750d4a11
2 changed files with 3 additions and 1 deletions

View file

@ -188,7 +188,6 @@ end
@within Promise @within Promise
@readonly @readonly
@tag enums @tag enums
@tag static
A table containing all members of the `Status` enum, e.g., `Promise.Status.Resolved`. A table containing all members of the `Status` enum, e.g., `Promise.Status.Resolved`.
]=] ]=]
--[=[ --[=[

View file

@ -1,3 +1,6 @@
classOrder = [
"Promise"
]
[docusaurus] [docusaurus]
url = "https://eryn.io" url = "https://eryn.io"