File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ This specification uses the following terms:
244
244
Implementations MUST generate an error if they encounter a unknown value while verifying or unpacking an image.
245
245
</li>
246
246
<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 .
248
248
</li>
249
249
</ul>
250
250
@@ -265,7 +265,7 @@ This specification uses the following terms:
265
265
</dt>
266
266
<dd>
267
267
<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 .
269
269
The object has the following fields.
270
270
271
271
<ul>
You can’t perform that action at this time.
0 commit comments