Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed May 26, 2024
1 parent d7f9de9 commit 0a02373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdb/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ type Options struct {
// BlockQuerierFunc is a function to return storage.Querier from a BlockReader.
BlockQuerierFunc BlockQuerierFunc

// BlockQuerierFunc is a function to return storage.ChunkQuerier from a BlockReader.
// BlockChunkQuerierFunc is a function to return storage.ChunkQuerier from a BlockReader.
BlockChunkQuerierFunc BlockChunkQuerierFunc
}

Expand Down

0 comments on commit 0a02373

Please sign in to comment.