Skip to content

Commit 0a4473c

Browse files
author
Emmanuel T Odeke
authored
Merge pull request #19 from sagikazarmark/patch-1
Fix typo
2 parents f8bf6e3 + 2109f74 commit 0a4473c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type TraceOption func(o *TraceOptions)
1313
// security in mind.
1414
type TraceOptions struct {
1515
// AllowRoot, if set to true, will allow ocsql to create root spans in
16-
// absence of exisiting spans or even context.
16+
// absence of existing spans or even context.
1717
// Default is to not trace ocsql calls if no existing parent span is found
1818
// in context or when using methods not taking context.
1919
AllowRoot bool

0 commit comments

Comments
 (0)