Skip to content

Commit f4ce3be

Browse files
authored
Merge pull request #735 from mahler/master
Issue #651: Fix of typo
2 parents d6f416f + 85bf186 commit f4ce3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ func (s *SQLiteStmt) query(ctx context.Context, args []namedValue) (driver.Rows,
18671867
return rows, nil
18681868
}
18691869

1870-
// LastInsertId teturn last inserted ID.
1870+
// LastInsertId return last inserted ID.
18711871
func (r *SQLiteResult) LastInsertId() (int64, error) {
18721872
return r.id, nil
18731873
}

0 commit comments

Comments
 (0)