mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
update docs
This commit is contained in:
parent
531908b9bf
commit
df750d4a11
2 changed files with 3 additions and 1 deletions
|
@ -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`.
|
||||||
]=]
|
]=]
|
||||||
--[=[
|
--[=[
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
classOrder = [
|
||||||
|
"Promise"
|
||||||
|
]
|
||||||
|
|
||||||
[docusaurus]
|
[docusaurus]
|
||||||
url = "https://eryn.io"
|
url = "https://eryn.io"
|
||||||
|
|
Loading…
Reference in a new issue