From 215ded01b9c0c2031297cfabaf2ddec0bed4b3c9 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 1 Nov 2021 17:06:29 +0000 Subject: [PATCH] Fix comment --- notes/proto/notes.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/proto/notes.proto b/notes/proto/notes.proto index 5aa7229..0b38bdd 100644 --- a/notes/proto/notes.proto +++ b/notes/proto/notes.proto @@ -84,7 +84,7 @@ message SubscribeRequest { } message SubscribeResponse { - // the event which occured; created, deleted, updated + // the event which occured; create, delete, update string event = 1; // the note which the operation occured on Note note = 2;