Skip to content

Commit d33fcfd

Browse files
committed
fix comment
1 parent 550dfbc commit d33fcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/feeds/v1beta1/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ service Query {
5757
option (google.api.http).get = "/feeds/v1beta1/delegators/{delegator}/signals";
5858
}
5959

60-
// SupportedFeeds is a RPC method that returns list of currect supported feeds
60+
// SupportedFeeds is a RPC method that returns list of current supported feeds
6161
rpc SupportedFeeds(QuerySupportedFeedsRequest) returns (QuerySupportedFeedsResponse) {
6262
option (google.api.http).get = "/feeds/v1beta1/supported-feeds";
6363
}

0 commit comments

Comments
 (0)