Fix comment

This commit is contained in:
Asim Aslam
2021-11-01 17:06:29 +00:00
parent 1f1fbad201
commit 215ded01b9

View File

@@ -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;