From 23aa773cb1ac77861735a4abee95b5495b97f86e Mon Sep 17 00:00:00 2001 From: asim Date: Mon, 1 Nov 2021 17:10:50 +0000 Subject: [PATCH] Commit from GitHub Actions (Generate Clients & Examples) --- clients/go/notes/notes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/go/notes/notes.go b/clients/go/notes/notes.go index 4c29b8b..ad99361 100755 --- a/clients/go/notes/notes.go +++ b/clients/go/notes/notes.go @@ -110,7 +110,7 @@ type SubscribeRequest struct { } type SubscribeResponse struct { - // the event which occured; created, deleted, updated + // the event which occured; create, delete, update Event string `json:"event"` // the note which the operation occured on Note *Note `json:"note"`