Skip to content

Commit 6c89e0e

Browse files
committed
edit XML Arrays
1 parent e6ec613 commit 6c89e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3199,7 +3199,7 @@ animals:
31993199
<animal>value</animal>
32003200
```
32013201

3202-
Even when the array is wrapped, if no name is explicitly defined, the same name will be used both internally and externally:
3202+
Even when the array is wrapped, if a name is not explicitly defined, the same name will be used both internally and externally:
32033203

32043204
```json
32053205
{
@@ -3231,7 +3231,7 @@ animals:
32313231
</animals>
32323232
```
32333233

3234-
To overcome the above example, the following definition can be used:
3234+
To overcome the naming problem in the example above, the following definition can be used:
32353235

32363236
```json
32373237
{

0 commit comments

Comments
 (0)