Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
louism517 committed Jun 27, 2019
1 parent f3e0f3a commit e6951a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit e6951a3

Please sign in to comment.