From 346c11b8828a198bc08c7ee877177361e72804a9 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 20 May 2021 19:50:01 +0100 Subject: [PATCH] proto comment --- rss/proto/rss.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rss/proto/rss.proto b/rss/proto/rss.proto index 71ed200..643aa00 100644 --- a/rss/proto/rss.proto +++ b/rss/proto/rss.proto @@ -20,7 +20,7 @@ message Feed { // rss feed url // eg. http://a16z.com/feed/ string url = 3; - // category of the feed + // category of the feed e.g news string category = 4; } @@ -48,7 +48,7 @@ message AddRequest { // rss feed url // eg. http://a16z.com/feed/ string url = 2; - // category to add + // category to add e.g news string category = 3; }