Skip to content

Commit 4e878fa

Browse files
authored
fix: comment typo in ModulesGraph+Loading.swift (#9330)
1 parent 5b76d86 commit 4e878fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageGraph/ModulesGraph+Loading.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extension ModulesGraph {
5151
manifestMap[manifest.key] = (manifest.value, fileSystem)
5252
}
5353

54-
// Construct the root root dependencies set.
54+
// Construct the root dependencies set.
5555
let rootDependencies = Set(root.dependencies.compactMap {
5656
manifestMap[$0.identity]?.manifest
5757
})

0 commit comments

Comments
 (0)