We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e3a12 commit c332299Copy full SHA for c332299
propagators/b3/b3_propagator.go
@@ -92,7 +92,7 @@ const (
92
type B3 struct {
93
// InjectEncoding are the B3 encodings used when injecting trace
94
// information. If no encoding is specified (i.e. `B3Unspecified`)
95
- // `B3MultipleHeader` will be used as the default.
+ // `B3SingleHeader` will be used as the default.
96
InjectEncoding Encoding
97
}
98
0 commit comments