Skip to content

Commit

Permalink
fix: modified the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
guanwenbo committed Dec 21, 2020
1 parent 13dfa02 commit 821b841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/options.go
Expand Up @@ -148,7 +148,7 @@ func Extractor(format interface{}, extractor jaeger.Extractor) Option {
}
}

// WithRandomNumber set the Tracer random number func
// WithRandomNumber supplies a random number generator function to the Tracer used to generate trace and span IDs.
func WithRandomNumber(f func() uint64) Option {
return func(c *Options) {
c.randomNumber = f
Expand Down

0 comments on commit 821b841

Please sign in to comment.