Skip to content

Commit

Permalink
docs: sampler typo (#342)
Browse files Browse the repository at this point in the history
fix BasicSampler docstring typo

Co-authored-by: Steve Carlson <steve.carlson@crowdstrike.com>
  • Loading branch information
scarlson and scarlson committed Aug 10, 2021
1 parent 164ec91 commit fad20d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sampler.go
Expand Up @@ -38,7 +38,7 @@ func (s RandomSampler) Sample(lvl Level) bool {
}

// BasicSampler is a sampler that will send every Nth events, regardless of
// there level.
// their level.
type BasicSampler struct {
N uint32
counter uint32
Expand Down

0 comments on commit fad20d8

Please sign in to comment.