Skip to content

Commit

Permalink
Fix wrong name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Feb 11, 2020
1 parent bd98838 commit db28c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/propagation/propagation.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (p *propagators) HTTPExtractors() []HTTPExtractor {
return p.config.httpEx
}

// HTTPExtractors implements Propagators.
// HTTPInjectors implements Propagators.
func (p *propagators) HTTPInjectors() []HTTPInjector {
return p.config.httpIn
}
Expand Down

0 comments on commit db28c16

Please sign in to comment.