Skip to content

Commit fd84d6a

Browse files
authored
Merge pull request #298 from coolljt0725/changeset
Use changeset instead of change set
2 parents cd16bf2 + dd6522f commit fd84d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OCI Image Serialization
22

33
An *Image* is an ordered collection of root filesystem changes and the corresponding execution parameters for use within a container runtime.
4-
This specification outlines the JSON format describing images for use with a container runtime and execution tool and its relationship to filesystem change sets, described in [Layers](layer.md).
4+
This specification outlines the JSON format describing images for use with a container runtime and execution tool and its relationship to filesystem changesets, described in [Layers](layer.md).
55

66
## Terminology
77

0 commit comments

Comments
 (0)