diff options
Diffstat (limited to 'doc/docs/zh/doc/README.md')
-rwxr-xr-x | doc/docs/zh/doc/README.md | 2 |
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 |
1518 | global const Constant = 123 | 1518 | global const Constant = 123 |
1519 | -- Constant = 1 | ||
1519 | ``` | 1520 | ``` |
1520 | <YueDisplay> | 1521 | <YueDisplay> |
1521 | <pre> | 1522 | <pre> |
1522 | global const Constant = 123 | 1523 | global const Constant = 123 |
1524 | -- Constant = 1 | ||
1523 | </pre> | 1525 | </pre> |
1524 | </YueDisplay> | 1526 | </YueDisplay> |
1525 | 1527 | ||