We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4076c62 commit c64558dCopy full SHA for c64558d
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