From 24a9678dcc68057c64106ae1125fdb43413279f4 Mon Sep 17 00:00:00 2001 From: tyltr Date: Wed, 8 Mar 2023 17:59:08 +0800 Subject: [PATCH] typo 'efficcient' (#12090) Signed-off-by: tylitianrui --- promql/value.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promql/value.go b/promql/value.go index 4db976e979..91904dda25 100644 --- a/promql/value.go +++ b/promql/value.go @@ -82,7 +82,7 @@ func (s Series) String() string { func (s Series) MarshalJSON() ([]byte, error) { // Note that this is rather inefficient because it re-creates the whole // series, just separated by Histogram Points and Value Points. For API - // purposes, there is a more efficcient jsoniter implementation in + // purposes, there is a more efficient jsoniter implementation in // web/api/v1/api.go. series := struct { M labels.Labels `json:"metric"`