Skip to content

Commit

Permalink
Update internal/db/kvs/redis/option.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
  • Loading branch information
hlts2 and vankichi authored Aug 6, 2020
1 parent 4932c52 commit e2eee09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/kvs/redis/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/vdaas/vald/internal/timeutil"
)

// Option represent the functional option for redisClient.
// Option represents the functional option for redisClient.
type Option func(*redisClient) error

var (
Expand Down

0 comments on commit e2eee09

Please sign in to comment.