From df750d4a116dac1c51c3ab61a926b5ae4ebbbd69 Mon Sep 17 00:00:00 2001 From: Eryn Lynn Date: Thu, 30 Sep 2021 03:01:59 -0400 Subject: [PATCH] update docs --- lib/init.lua | 1 - moonwave.toml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/init.lua b/lib/init.lua index 00aeb7c..d7df301 100644 --- a/lib/init.lua +++ b/lib/init.lua @@ -188,7 +188,6 @@ end @within Promise @readonly @tag enums - @tag static A table containing all members of the `Status` enum, e.g., `Promise.Status.Resolved`. ]=] --[=[ diff --git a/moonwave.toml b/moonwave.toml index 2875aa4..dcdf5d6 100644 --- a/moonwave.toml +++ b/moonwave.toml @@ -1,3 +1,6 @@ +classOrder = [ + "Promise" +] [docusaurus] url = "https://eryn.io"