Skip to content

Commit e758a9e

Browse files
committed
Make the order more clear
Signed-off-by: Lei Jitang <[email protected]>
1 parent 0e2b3f1 commit e758a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ Since the configuration JSON that gets hashed references hashes of each layer in
141141

142142
- **diff_ids** *array*, REQUIRED
143143

144-
An array of layer content hashes (`DiffIDs`), in order from bottom-most to top-most.
144+
An array of layer content hashes (`DiffIDs`), in order from bottom-most to top-most and bottom-most at index 0.
145145

146146
- **history** *array of objects*, OPTIONAL
147147

148148
Describes the history of each layer.
149-
The array is ordered from bottom-most layer to top-most layer.
149+
The array is ordered from bottom-most layer to top-most layer and bottom-most at index 0.
150150
The object has the following fields:
151151

152152
- **created** *string*, OPTIONAL

0 commit comments

Comments
 (0)