Skip to content

Commit

Permalink
cleanup godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
blockloop committed Nov 29, 2017
1 parent 5854663 commit bc735bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var (
// ErrTooManyColumns indicates that a select query returned multiple columns and
// Rows attempted to bind to a slice of a primitive type. For example, trying to bind
// attempted to bind to a slice of a primitive type. For example, trying to bind
// `select col1, col2 from mytable` to []string
ErrTooManyColumns = errors.New("too many columns returned for primitive slice")

Expand Down

0 comments on commit bc735bc

Please sign in to comment.