Skip to content

Commit fad20d8

Browse files
authored
docs: sampler typo (#342)
fix BasicSampler docstring typo Co-authored-by: Steve Carlson <steve.carlson@crowdstrike.com>
1 parent 164ec91 commit fad20d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sampler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (s RandomSampler) Sample(lvl Level) bool {
3838
}
3939

4040
// BasicSampler is a sampler that will send every Nth events, regardless of
41-
// there level.
41+
// their level.
4242
type BasicSampler struct {
4343
N uint32
4444
counter uint32

0 commit comments

Comments
 (0)