Skip to content

Commit eafce22

Browse files
authored
fix: typo (#5787)
Co-authored-by: Pascal Bachor <[email protected]>
1 parent 3861441 commit eafce22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoint/endpoint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func (t Targets) Swap(i, j int) {
113113
t[i], t[j] = t[j], t[i]
114114
}
115115

116-
// Same compares to Targets and returns true if they are identical (case-insensitive)
116+
// Same compares two Targets and returns true if they are identical (case-insensitive)
117117
func (t Targets) Same(o Targets) bool {
118118
if len(t) != len(o) {
119119
return false

0 commit comments

Comments
 (0)