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;