Skip to content

Commit c332299

Browse files
authored
Update InjectEncoding doc for B3 (#710)
Missing documentation change from #614.
1 parent 09e3a12 commit c332299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

propagators/b3/b3_propagator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const (
9292
type B3 struct {
9393
// InjectEncoding are the B3 encodings used when injecting trace
9494
// information. If no encoding is specified (i.e. `B3Unspecified`)
95-
// `B3MultipleHeader` will be used as the default.
95+
// `B3SingleHeader` will be used as the default.
9696
InjectEncoding Encoding
9797
}
9898

0 commit comments

Comments
 (0)