Skip to content

Commit b8e0683

Browse files
cangqiaoyuzhuoInsomniac2904
authored andcommitted
chore: fix function name in comment (jaegertracing#6136)
fix function name in comment Signed-off-by: cangqiaoyuzhuo <[email protected]> Signed-off-by: Insomniac2904 <[email protected]>
1 parent 6422d1f commit b8e0683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/sampling/strategyprovider/static/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (f *Factory) Initialize(_ metrics.Factory, _ storage.SamplingStoreFactory,
4747
return nil
4848
}
4949

50-
// CreateStrategyStore implements samplingstrategy.Factory
50+
// CreateStrategyProvider implements samplingstrategy.Factory
5151
func (f *Factory) CreateStrategyProvider() (samplingstrategy.Provider, samplingstrategy.Aggregator, error) {
5252
s, err := NewProvider(*f.options, f.logger)
5353
if err != nil {

0 commit comments

Comments
 (0)