aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/docs/doc/README.md2
-rwxr-xr-xdoc/docs/zh/doc/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index d51277c..811497a 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -1113,7 +1113,7 @@ obj2 = {
1113 } 1113 }
1114} 1114}
1115 1115
1116{numbers: [first, second]} = obj2 1116{numbers: [first, second], properties: {color: color}} = obj2
1117print first, second, color 1117print first, second, color
1118``` 1118```
1119<YueDisplay> 1119<YueDisplay>
diff --git a/doc/docs/zh/doc/README.md b/doc/docs/zh/doc/README.md
index 0a02d25..0257dee 100755
--- a/doc/docs/zh/doc/README.md
+++ b/doc/docs/zh/doc/README.md
@@ -1111,7 +1111,7 @@ obj2 = {
1111 } 1111 }
1112} 1112}
1113 1113
1114{numbers: [first, second]} = obj2 1114{numbers: [first, second], properties: {color: color}} = obj2
1115print first, second, color 1115print first, second, color
1116``` 1116```
1117<YueDisplay> 1117<YueDisplay>
@@ -1190,7 +1190,7 @@ print first, second, color
1190``` 1190```
1191<YueDisplay> 1191<YueDisplay>
1192<pre> 1192<pre>
1193{_, two, _, four} = items 1193[_, two, _, four] = items
1194</pre> 1194</pre>
1195</YueDisplay> 1195</YueDisplay>
1196 1196