Skip to content

Commit c1aa5e6

Browse files
authored
fix: Correct grammar in ScanSlice docs (gomodule#491)
Correct grammar in ScanSlice doc string.
1 parent 387faf7 commit c1aa5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/scan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ var (
509509
// If the target is a slice of types which implement Scanner then the custom
510510
// RedisScan method is used otherwise the following rules apply:
511511
//
512-
// The elements the dest slice must be integer, float, boolean, string, struct
512+
// The elements in the dest slice must be integer, float, boolean, string, struct
513513
// or pointer to struct values.
514514
//
515515
// Struct fields must be integer, float, boolean or string values. All struct

0 commit comments

Comments
 (0)