Skip to content

Commit 7f170c3

Browse files
committed
Correct the description of child node sorting in the DC format.
1 parent 9978626 commit 7f170c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/game/data-center-format.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ must be sorted by their name index in ascending order.
345345

346346
`child_address` is an address into the `node` region. `child_count` nodes should
347347
be read at this address. These children must be sorted first by their name
348-
index, then by name indexes of keys (if any), in ascending order. Note that the
349-
sort should be stable since the order of multiple sibling nodes with the same
350-
name can be significant for the interpretation of the data.
348+
index, then by the values of key attributes (if any), in ascending order. Note
349+
that the sort must be stable since the order of multiple sibling nodes with the
350+
same name can be significant for the interpretation of the data.
351351

352352
`padding_1` and `padding_2` should be considered undefined. They were added in
353353
the 64-bit data center format, and are not present in the 32-bit format.

0 commit comments

Comments
 (0)