From 68f4b638d40bc31b24509283da309b8aef3fe758 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 21 May 2025 16:00:42 +0800 Subject: Updated docs. [skip CI] --- doc/docs/doc/README.md | 2 ++ doc/docs/zh/doc/README.md | 2 ++ 2 files changed, 4 insertions(+) (limited to 'doc/docs') diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index 1142fc3..502f7b6 100755 --- a/doc/docs/doc/README.md +++ b/doc/docs/doc/README.md @@ -1517,10 +1517,12 @@ You can also declare a global variable to be `const`. ```moonscript global const Constant = 123 +-- Constant = 1 ```
 global const Constant = 123
+-- Constant = 1
 
diff --git a/doc/docs/zh/doc/README.md b/doc/docs/zh/doc/README.md index a4e76bb..e5efe3b 100755 --- a/doc/docs/zh/doc/README.md +++ b/doc/docs/zh/doc/README.md @@ -1516,10 +1516,12 @@ const {:a, :b, c, d} = tb ```moonscript global const Constant = 123 +-- Constant = 1 ```
 global const Constant = 123
+-- Constant = 1
 
-- cgit v1.2.3-55-g6feb