aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/docs/doc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index 5ffd8af..d51277c 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -18,7 +18,7 @@ Yue (月) is the name of moon in Chinese and it's pronounced as [jyΙ›].
18-- import syntax 18-- import syntax
19import "yue" as :p, :to_lua 19import "yue" as :p, :to_lua
20 20
21-- implicit objects 21-- object literals
22inventory = 22inventory =
23 equipment: 23 equipment:
24 * "sword" 24 * "sword"
@@ -50,7 +50,7 @@ export πŸŒ› = "ζœˆδΉ‹θ„šζœ¬"
50-- import syntax 50-- import syntax
51import "yue" as :p, :to_lua 51import "yue" as :p, :to_lua
52 52
53-- implicit objects 53-- object literals
54inventory = 54inventory =
55 equipment: 55 equipment:
56 * "sword" 56 * "sword"