Skip to content

Commit e9c42e1

Browse files
hezhizhenKNiepok
authored andcommitted
fix: fix typo (graph-gophers#520)
1 parent 47585ec commit e9c42e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace/opentracing/trace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/opentracing/opentracing-go/log"
1212
)
1313

14-
// Tracer implements the graphql-go Tracer inteface and creates OpenTracing spans.
14+
// Tracer implements the graphql-go Tracer interface and creates OpenTracing spans.
1515
type Tracer struct{}
1616

1717
func (Tracer) TraceQuery(ctx context.Context, queryString string, operationName string, variables map[string]interface{}, varTypes map[string]*introspection.Type) (context.Context, func([]*errors.QueryError)) {

0 commit comments

Comments
 (0)