Skip to content

Commit

Permalink
fix: fix typo (graph-gophers#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen authored and KNiepok committed Feb 28, 2023
1 parent 4632db3 commit 46e41ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace/opentracing/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 46e41ce

Please sign in to comment.