typo 'efficcient' (#12090)

Signed-off-by: tylitianrui <tylitianrui@126.com>
This commit is contained in:
tyltr 2023-03-08 17:59:08 +08:00 committed by GitHub
parent 58d3f148bf
commit 24a9678dcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`