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:
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>
You can’t perform that action at this time.
0 commit comments