Skip to content

Commit

Permalink
fix typo (#2509)
Browse files Browse the repository at this point in the history
Signed-off-by: arthur yang <yang_yapo@126.com>
  • Loading branch information
00arthur00 authored Apr 23, 2020
1 parent 0bb67bc commit bafd90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/store/storepb/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option (gogoproto.goproto_unkeyed_all) = false;
option (gogoproto.goproto_unrecognized_all) = false;
option (gogoproto.goproto_sizecache_all) = false;

/// Store reprents API against instance that stores XOR encoded values with label set metadata (e.g Prometheus metrics).
/// Store represents API against instance that stores XOR encoded values with label set metadata (e.g Prometheus metrics).
service Store {
/// Info returns meta information about a store e.g labels that makes that store unique as well as time range that is
/// available.
Expand All @@ -43,7 +43,7 @@ service Store {
rpc LabelValues(LabelValuesRequest) returns (LabelValuesResponse);
}

/// WriteableStore reprents API against instance that stores XOR encoded values with label set metadata (e.g Prometheus metrics).
/// WriteableStore represents API against instance that stores XOR encoded values with label set metadata (e.g Prometheus metrics).
service WriteableStore {
// WriteRequest allows you to write metrics to this store via remote write
rpc RemoteWrite(WriteRequest) returns (WriteResponse) {}
Expand Down

0 comments on commit bafd90e

Please sign in to comment.