Skip to content

Commit 485a1a3

Browse files
authored
Fix missing apostrophes in Image scope-walk comment (#741)
- Grammar fix in comment.
1 parent d3d7d21 commit 485a1a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Containerization/Image/Image.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public struct Image: Sendable {
108108
referenced.append(manifest.digest.trimmingDigestPrefix)
109109
guard let m: Manifest = try? await contentStore.get(digest: manifest.digest) else {
110110
// If the requested digest does not exist or is not a manifest. Skip.
111-
// Its safe to skip processing this digest as it wont have any child layers.
111+
// It's safe to skip processing this digest as it won't have any child layers.
112112
continue
113113
}
114114
let descs = m.layers + [m.config]

0 commit comments

Comments
 (0)