Skip to content

Commit 7801d6d

Browse files
authored
correct doc wording of compare for list items
1 parent c2ba029 commit 7801d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/compare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ Comparing the new and old models:
272272

273273
**Note**: The `!` is a notation for the deletion of a non-attribute key element from the model. Missing attributes
274274
will be omitted from the resulting model, but shown as messages in the output. If the attribute value is a list, even
275-
if all the individual item within the list is identical but the ordering is different, the attribute is counted as
276-
different.
275+
if all the individual items within the list are identical but the ordering is different, the attribute is counted as
276+
different.
277277

278278
To compare the two model files and generate the output to files, run the tool as follows:
279279

0 commit comments

Comments
 (0)