From 06a59346fe3236cddbd5d739b38c2ac52fa686e4 Mon Sep 17 00:00:00 2001 From: George Krajcsovits Date: Wed, 14 Jan 2026 16:41:03 +0100 Subject: [PATCH] Update tsdb/chunkenc/chunk.go Co-authored-by: Arve Knudsen Signed-off-by: George Krajcsovits --- tsdb/chunkenc/chunk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/chunkenc/chunk.go b/tsdb/chunkenc/chunk.go index d5e028e681..711966ec39 100644 --- a/tsdb/chunkenc/chunk.go +++ b/tsdb/chunkenc/chunk.go @@ -152,7 +152,7 @@ type Iterator interface { // Before the iterator has advanced, the behaviour is unspecified. AtT() int64 // AtST returns the current start timestamp. - // Return 0 if the start timestamp is not implemented or not set. + // Returns 0 if the start timestamp is not implemented or not set. // Before the iterator has advanced, the behaviour is unspecified. AtST() int64 // Err returns the current error. It should be used only after the