You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
correct spec intro regarding defined image formats (#52)
The introductory section of "Image format" under "Specification" wrongly
states that there is only one defined image format. This contradicts the
subsequent sections which clearly define both Type 1 and Type 2 (added
in 49a8a33) as distinct formats.
Update the introductory sentence to accurately reflect the existence of
two defined image formats.
Signed-off-by: Ivin Joel Abraham <[email protected]>
Copy file name to clipboardExpand all lines: draft.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ A file transfer algorithm which implements efficient download of only the conten
100
100
101
101
### Image format
102
102
103
-
The image format determines how an [AppImage] is represented on disk. Currently there is only one defined image format, however, there could be additional image formats in the future.
103
+
The image format determines how an [AppImage] is represented on disk. Currently there are two defined image formats, however, there could be additional image formats in the future.
0 commit comments