We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ec613 commit 6c89e0eCopy full SHA for 6c89e0e
versions/3.0.md
@@ -3199,7 +3199,7 @@ animals:
3199
<animal>value</animal>
3200
```
3201
3202
-Even when the array is wrapped, if no name is explicitly defined, the same name will be used both internally and externally:
+Even when the array is wrapped, if a name is not explicitly defined, the same name will be used both internally and externally:
3203
3204
```json
3205
{
@@ -3231,7 +3231,7 @@ animals:
3231
</animals>
3232
3233
3234
-To overcome the above example, the following definition can be used:
+To overcome the naming problem in the example above, the following definition can be used:
3235
3236
3237
0 commit comments