Skip to content

Commit

Permalink
chore: fix function name in comment (#6136)
Browse files Browse the repository at this point in the history
fix function name in comment

Signed-off-by: cangqiaoyuzhuo <[email protected]>
  • Loading branch information
cangqiaoyuzhuo authored Oct 28, 2024
1 parent 640615e commit cc057a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/sampling/strategyprovider/static/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (f *Factory) Initialize(_ metrics.Factory, _ storage.SamplingStoreFactory,
return nil
}

// CreateStrategyStore implements samplingstrategy.Factory
// CreateStrategyProvider implements samplingstrategy.Factory
func (f *Factory) CreateStrategyProvider() (samplingstrategy.Provider, samplingstrategy.Aggregator, error) {
s, err := NewProvider(*f.options, f.logger)
if err != nil {
Expand Down

0 comments on commit cc057a5

Please sign in to comment.