From e6951a31ad327075de8e04b994433e2a044de631 Mon Sep 17 00:00:00 2001 From: Louis McCormack Date: Thu, 27 Jun 2019 11:39:11 +0100 Subject: [PATCH] fix typo --- event.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{