Skip to content

Commit 7c9acb5

Browse files
Update hosts.go
Co-Authored-By: Jiri Kuncar <[email protected]>
1 parent 2955264 commit 7c9acb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type HostSearchRequest struct {
9191
FromTs time.Time
9292
}
9393

94-
// SearchHosts searches through the hosts facet, returning matching hosts.
94+
// GetHosts searches through the hosts facet, returning matching hosts.
9595
func (client *Client) GetHosts(req HostSearchRequest) (*HostSearchResp, error) {
9696
v := url.Values{}
9797

0 commit comments

Comments
 (0)