Skip to content

Commit 68a5528

Browse files
author
Ron
authored
Merge pull request OAI#1197 from krishahn/xml-arrays
edit XML Arrays
2 parents 7f38d36 + 6c89e0e commit 68a5528

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
@@ -3197,7 +3197,7 @@ animals:
31973197
<animal>value</animal>
31983198
```
31993199

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

32023202
```json
32033203
{
@@ -3229,7 +3229,7 @@ animals:
32293229
</animals>
32303230
```
32313231

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

32343234
```json
32353235
{

0 commit comments

Comments
 (0)