Skip to content

Commit 756a69f

Browse files
committed
Responded to Doug's comment
1 parent dfd296f commit 756a69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resolver/resolver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ func (t Target) Endpoint() string {
281281
return strings.TrimPrefix(endpoint, "/")
282282
}
283283

284-
// String returns a canonical string representation of Target.
284+
// String returns the canonical string representation of Target.
285285
func (t Target) String() string {
286286
return t.URL.Scheme + "://" + t.URL.Host + "/" + t.Endpoint()
287287
}

0 commit comments

Comments
 (0)