Skip to content

Commit 43bfb14

Browse files
committed
Make the order more clear
Signed-off-by: Lei Jitang <[email protected]>
1 parent 287772a commit 43bfb14

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
@@ -244,7 +244,7 @@ This specification uses the following terms:
244244
Implementations MUST generate an error if they encounter a unknown value while verifying or unpacking an image.
245245
</li>
246246
<li>
247-
<code>diff_ids</code> is an array of layer content hashes (<code>DiffIDs</code>), in order from bottom-most to top-most.
247+
<code>diff_ids</code> is an array of layer content hashes (<code>DiffIDs</code>), in order from bottom-most to top-most and bottom-most at index 0.
248248
</li>
249249
</ul>
250250

@@ -265,7 +265,7 @@ This specification uses the following terms:
265265
</dt>
266266
<dd>
267267
<code>history</code> is an array of objects describing the history of each layer.
268-
The array is ordered from bottom-most layer to top-most layer.
268+
The array is ordered from bottom-most layer to top-most layer and bottom-most at index 0.
269269
The object has the following fields.
270270

271271
<ul>

0 commit comments

Comments
 (0)