From c33229996f97bd62fef40fa46911104dae9954ef Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 22 Mar 2021 17:24:48 +0000 Subject: [PATCH] Update InjectEncoding doc for B3 (#710) Missing documentation change from #614. --- propagators/b3/b3_propagator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/propagators/b3/b3_propagator.go b/propagators/b3/b3_propagator.go index e8dd47ec63f..8ee5907ae19 100644 --- a/propagators/b3/b3_propagator.go +++ b/propagators/b3/b3_propagator.go @@ -92,7 +92,7 @@ const ( type B3 struct { // InjectEncoding are the B3 encodings used when injecting trace // information. If no encoding is specified (i.e. `B3Unspecified`) - // `B3MultipleHeader` will be used as the default. + // `B3SingleHeader` will be used as the default. InjectEncoding Encoding }