From 6d71ad7559729f427b045403dddd7bdeb4ecac3b Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Mon, 5 Sep 2022 16:59:27 +0800 Subject: [PATCH] fix: fix typo (#520) --- trace/opentracing/trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace/opentracing/trace.go b/trace/opentracing/trace.go index a44b7a80..f5a2e88c 100644 --- a/trace/opentracing/trace.go +++ b/trace/opentracing/trace.go @@ -11,7 +11,7 @@ import ( "github.com/opentracing/opentracing-go/log" ) -// Tracer implements the graphql-go Tracer inteface and creates OpenTracing spans. +// Tracer implements the graphql-go Tracer interface and creates OpenTracing spans. type Tracer struct{} func (Tracer) TraceQuery(ctx context.Context, queryString string, operationName string, variables map[string]interface{}, varTypes map[string]*introspection.Type) (context.Context, func([]*errors.QueryError)) {