File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -345,9 +345,9 @@ must be sorted by their name index in ascending order.
345
345
346
346
` child_address ` is an address into the ` node ` region. ` child_count ` nodes should
347
347
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.
351
351
352
352
` padding_1 ` and ` padding_2 ` should be considered undefined. They were added in
353
353
the 64-bit data center format, and are not present in the 32-bit format.
You can’t perform that action at this time.
0 commit comments