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.
2 parents 7f38d36 + 6c89e0e commit 68a5528Copy full SHA for 68a5528
versions/3.0.md
@@ -3197,7 +3197,7 @@ animals:
3197
<animal>value</animal>
3198
```
3199
3200
-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:
3201
3202
```json
3203
{
@@ -3229,7 +3229,7 @@ animals:
3229
</animals>
3230
3231
3232
-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:
3233
3234
3235
0 commit comments