aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 46511ea..3e94c9c 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -1243,12 +1243,12 @@ The syntax support for Lua 5.4 attributes.
1243 1243
1244```moonscript 1244```moonscript
1245const a = 123 1245const a = 123
1246close _ = close#: -> print "Out of scope." 1246close _ = <close>: -> print "Out of scope."
1247``` 1247```
1248<YueDisplay> 1248<YueDisplay>
1249<pre> 1249<pre>
1250const a = 123 1250const a = 123
1251close _ = close#: -> print "Out of scope." 1251close _ = &lt;close&gt;: -> print "Out of scope."
1252</pre> 1252</pre>
1253</YueDisplay> 1253</YueDisplay>
1254 1254