Skip to content

Commit

Permalink
fix: Correct grammar in ScanSlice docs (#491)
Browse files Browse the repository at this point in the history
Correct grammar in ScanSlice doc string.
  • Loading branch information
stevenh committed Jun 8, 2020
1 parent 387faf7 commit c1aa5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ var (
// If the target is a slice of types which implement Scanner then the custom
// RedisScan method is used otherwise the following rules apply:
//
// The elements the dest slice must be integer, float, boolean, string, struct
// The elements in the dest slice must be integer, float, boolean, string, struct
// or pointer to struct values.
//
// Struct fields must be integer, float, boolean or string values. All struct
Expand Down

0 comments on commit c1aa5e6

Please sign in to comment.