aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/zh/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs/zh/doc/README.md')
-rwxr-xr-xdoc/docs/zh/doc/README.md2
1 files changed, 2 insertions, 0 deletions
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
1516 1516
1517```moonscript 1517```moonscript
1518global const Constant = 123 1518global const Constant = 123
1519-- Constant = 1
1519``` 1520```
1520<YueDisplay> 1521<YueDisplay>
1521<pre> 1522<pre>
1522global const Constant = 123 1523global const Constant = 123
1524-- Constant = 1
1523</pre> 1525</pre>
1524</YueDisplay> 1526</YueDisplay>
1525 1527