Skip to content

Commit

Permalink
Minor documentation clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsam authored and James Cooper committed May 16, 2014
1 parent 2e7bcc3 commit 059256e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type TargetedAutoIncrInserter interface {
// InsertAutoIncrToTarget runs an insert operation and assigns the
// resulting automatically generated primary key directly to the
// passed in target, which should be a pointer to the primary key
// element.
// field.
InsertAutoIncrToTarget(exec SqlExecutor, insertSql string, target interface{}, params ...interface{}) error
}

Expand Down

0 comments on commit 059256e

Please sign in to comment.