We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b573bd commit 71ca3b6Copy full SHA for 71ca3b6
Foundation/Host.swift
@@ -76,7 +76,7 @@ open class Host: NSObject {
76
77
open func isEqual(to aHost: Host) -> Bool {
78
if self === aHost { return true }
79
- return _addresses.firstIndex { aHost._addresses.contains($0) } != nil
+ return addresses.firstIndex { aHost.addresses.contains($0) } != nil
80
}
81
82
internal func _resolveCurrent() {
0 commit comments