From f7a322fa6d4736e9bb96a9c4a230c11bafc0a7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=9B=BD=E5=BF=A0?= Date: Sun, 23 Feb 2020 04:48:55 +0800 Subject: [PATCH] [comments] change the word "liike" to "like" (#6859) Signed-off-by: fuling --- storage/interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/interface.go b/storage/interface.go index 4c8777129c..539c617b69 100644 --- a/storage/interface.go +++ b/storage/interface.go @@ -157,7 +157,7 @@ type Series interface { // ChunkSeriesSet exposes the chunks and intervals of a series instead of the // actual series itself. -// TODO(bwplotka): Move it to Series liike Iterator that iterates over chunks and avoiding loading all of them at once. +// TODO(bwplotka): Move it to Series like Iterator that iterates over chunks and avoiding loading all of them at once. type ChunkSeriesSet interface { Next() bool At() (labels.Labels, []chunks.Meta, tombstones.Intervals)