Skip to content

Commit 2410f43

Browse files
Merge pull request #18 from amiller-isp/master
Fix documentation comment
2 parents ec227b1 + b96c624 commit 2410f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/datadog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Options struct {
2222
// Option is a client option. Can return an error if validation fails.
2323
type Option func(*Options) error
2424

25-
// WithTelemetry enables telemetry metrics.
25+
// WithoutTelemetry turns off senting DataDog telemetry metrics.
2626
func WithoutTelemetry() Option {
2727
return func(o *Options) error {
2828
o.WithoutTelemetry = true

0 commit comments

Comments
 (0)