We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bf6e3 commit 2109f74Copy full SHA for 2109f74
options.go
@@ -13,7 +13,7 @@ type TraceOption func(o *TraceOptions)
13
// security in mind.
14
type TraceOptions struct {
15
// AllowRoot, if set to true, will allow ocsql to create root spans in
16
- // absence of exisiting spans or even context.
+ // absence of existing spans or even context.
17
// Default is to not trace ocsql calls if no existing parent span is found
18
// in context or when using methods not taking context.
19
AllowRoot bool
0 commit comments