Skip to content

Commit a7bb38d

Browse files
authored
fix: Correct type in Ints documentation (gomodule#528)
Fixes a super-small type in the `Ints()` documentation.
1 parent 4a33ea0 commit a7bb38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/reply.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ func Int64s(reply interface{}, err error) ([]int64, error) {
348348
return result, err
349349
}
350350

351-
// Ints is a helper that converts an array command reply to a []in.
351+
// Ints is a helper that converts an array command reply to a []int.
352352
// If err is not equal to nil, then Ints returns nil, err. Nil array
353353
// items are stay nil. Ints returns an error if an array item is not a
354354
// bulk string or nil.

0 commit comments

Comments
 (0)