Skip to content

Commit

Permalink
Update example_client_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: filipe oliveira <filipecosta.90@gmail.com>
  • Loading branch information
AvitalFineRedis and filipecosta90 authored Jun 13, 2021
1 parent 9ef840c commit 9892d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func ExampleClient_TdMax() {
// Output: 3
}

// exemplifies the TdCdf function
// exemplifies the TdQuantile function
func ExampleClient_TdQuantile() {
host := "localhost:6379"
var client = redisbloom.NewClient(host, "nohelp", nil)
Expand Down

0 comments on commit 9892d52

Please sign in to comment.