From dc9f1cb6f895da50dffb52848108166f57620ab2 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 2 Nov 2021 11:48:24 +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 f3a7da8..68359c7 100644 --- a/notes/proto/notes.proto +++ b/notes/proto/notes.proto @@ -77,7 +77,7 @@ message ListResponse { repeated Note notes = 1; } -// Specify the note to events +// Subscribe to notes events message EventsRequest { // optionally specify a note id string id = 1;