diff options
Diffstat (limited to 'doc/docs/doc/README.md')
-rwxr-xr-x | doc/docs/doc/README.md | 2 |
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 |
1117 | print first, second, color | 1117 | print first, second, color |
1118 | ``` | 1118 | ``` |
1119 | <YueDisplay> | 1119 | <YueDisplay> |