Skip to content

Commit 2aeca43

Browse files
committed
config: clarify the "bottom-most" verbiage
Because stacks Signed-off-by: Vincent Batts <[email protected]>
1 parent 832f7d7 commit 2aeca43

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
@@ -143,12 +143,12 @@ Since the configuration JSON that gets hashed references hashes of each layer in
143143

144144
- **diff_ids** *array*, REQUIRED
145145

146-
An array of layer content hashes (`DiffIDs`), in order from bottom-most to top-most.
146+
An array of layer content hashes (`DiffIDs`), in stack order from bottom-most to top-most (i.e. from `diff_ids[0]` to `diff_ids[len(diff_ids)]`).
147147

148148
- **history** *array of objects*, OPTIONAL
149149

150150
Describes the history of each layer.
151-
The array is ordered from bottom-most layer to top-most layer.
151+
The array is stack ordered from bottom-most layer to top-most layer.
152152
The object has the following fields:
153153

154154
- **created** *string*, OPTIONAL

0 commit comments

Comments
 (0)