Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keisku committed Jan 21, 2025
1 parent cdb4129 commit 787b31f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/valkey-go/valkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2016 Datadog, Inc.

// Package valkey provides tracing functions for tracing the valkey/valkey-go package (https://github.com/valkey-io/valkey-go).
// Package valkey provides tracing functions for tracing the valkey-io/valkey-go package (https://github.com/valkey-io/valkey-go).
package valkey

import (
Expand All @@ -21,7 +21,7 @@ import (
"gopkg.in/DataDog/dd-trace-go.v1/internal/telemetry"
)

const componentName = "valkey-go/valkey"
const componentName = "valkey-io/valkey-go"

func init() {
telemetry.LoadIntegration(componentName)
Expand Down

0 comments on commit 787b31f

Please sign in to comment.