diff --git a/event.go b/event.go index 3c2d707..2690981 100644 --- a/event.go +++ b/event.go @@ -114,7 +114,7 @@ func (e Events) Find(filter []*SearchCondition, timeRange *TimeRange) ([]*Event, return results, nil } -// FindByID returns the Error with the Wavefront-assigned ID. +// FindByID returns the Event with the Wavefront-assigned ID. // If not found an error is returned func (e Events) FindByID(id string) (*Event, error) { res, err := e.Find([]*SearchCondition{