aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs/doc/README.md')
-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 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>