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 3861441 commit eafce22Copy full SHA for eafce22
endpoint/endpoint.go
@@ -113,7 +113,7 @@ func (t Targets) Swap(i, j int) {
113
t[i], t[j] = t[j], t[i]
114
}
115
116
-// Same compares to Targets and returns true if they are identical (case-insensitive)
+// Same compares two Targets and returns true if they are identical (case-insensitive)
117
func (t Targets) Same(o Targets) bool {
118
if len(t) != len(o) {
119
return false
0 commit comments