Skip to content

Commit c833568

Browse files
authored
Merge pull request #895 from OAI/xml-sample-fix
Minor XML Sample fix
2 parents b7cdbd6 + 507049f commit c833568

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
@@ -2992,7 +2992,7 @@ Affecting both internal and external names:
29922992
},
29932993
"xml": {
29942994
"name": "aliens",
2995-
"wrapped": false
2995+
"wrapped": true
29962996
}
29972997
}
29982998
}
@@ -3007,7 +3007,7 @@ animals:
30073007
name: animal
30083008
xml:
30093009
name: aliens
3010-
wrapped: false
3010+
wrapped: true
30113011
```
30123012

30133013
```xml

0 commit comments

Comments
 (0)