Skip to content

Commit 457dce2

Browse files
Fixed badly aligned comment. (#45)
1 parent 0485668 commit 457dce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
)
4444

4545
func main() {
46-
// Connect to localhost with no password
46+
// Connect to localhost with no password
4747
var client = redisbloom.NewClient("localhost:6379", "nohelp", nil)
4848

4949
// BF.ADD mytest item

0 commit comments

Comments
 (0)