Skip to content

Commit

Permalink
small doc fix COlumns -> Columns
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoiron committed Aug 22, 2014
1 parent 995833a commit 44ed2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx.go
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ func SliceScan(r ColScanner) ([]interface{}, error) {
// (for instance, if you're building an interface for an SQL server that
// executes SQL from input). Please do not use this as a primary interface!
// This will modify the map sent to it in place, so reuse the same map with
// care. COlumns which occur more than once in the result will overwrite
// care. Columns which occur more than once in the result will overwrite
// eachother!
func MapScan(r ColScanner, dest map[string]interface{}) error {
// ignore r.started, since we needn't use reflect for anything.
Expand Down

0 comments on commit 44ed2f4

Please sign in to comment.