Skip to content

Commit 6d71ad7

Browse files
authored
fix: fix typo (#520)
1 parent 0bb7429 commit 6d71ad7

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)