Skip to content

Commit

Permalink
fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Apr 23, 2024
1 parent eb377e1 commit 28b90c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/docs/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ obj2 = {
}
}
{numbers: [first, second]} = obj2
{numbers: [first, second], properties: {color: color}} = obj2
print first, second, color
```
<YueDisplay>
Expand Down
4 changes: 2 additions & 2 deletions doc/docs/zh/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ obj2 = {
}
}
{numbers: [first, second]} = obj2
{numbers: [first, second], properties: {color: color}} = obj2
print first, second, color
```
<YueDisplay>
Expand Down Expand Up @@ -1190,7 +1190,7 @@ print first, second, color
```
<YueDisplay>
<pre>
{_, two, _, four} = items
[_, two, _, four] = items
</pre>
</YueDisplay>

Expand Down

0 comments on commit 28b90c1

Please sign in to comment.