We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4076c62 + c64558d commit ac8ab91Copy full SHA for ac8ab91
Sources/RswiftCore/ResourceTypes/NameCatalog.swift
@@ -18,6 +18,6 @@ struct NameCatalog: Hashable, Comparable {
18
}
19
20
static func < (lhs: NameCatalog, rhs: NameCatalog) -> Bool {
21
- lhs.name < lhs.name
+ lhs.name < rhs.name
22
23
0 commit comments