aboutsummaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs')
-rwxr-xr-xdoc/docs/doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index faafd0c..3a7b1e7 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -783,7 +783,7 @@ export["a-b-c"] = 123
783<YueDisplay> 783<YueDisplay>
784<pre> 784<pre>
785export.itemA = tb 785export.itemA = tb
786export.<index> = items 786export.&lt;index&gt; = items
787export["a-b-c"] = 123 787export["a-b-c"] = 123
788</pre> 788</pre>
789</YueDisplay> 789</YueDisplay>