From 3dba28fa2b89e7d23f44997669c99e3be3cb5780 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 3 Nov 2021 15:24:59 +0000 Subject: [PATCH] fix comment --- stream/proto/stream.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/proto/stream.proto b/stream/proto/stream.proto index a031db0..b6b1827 100644 --- a/stream/proto/stream.proto +++ b/stream/proto/stream.proto @@ -30,7 +30,7 @@ message Channel { string last_active = 2; } -// SendMessage a message to the stream. +// Send a message to the stream. message SendMessageRequest { // The channel to send to string channel = 1;