2
0

Fix typos

This commit is contained in:
Jack Christensen
2016-08-10 16:28:29 -05:00
parent 5f7d01778e
commit cfb0304ab0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ pgx also implements QueryRow in the same style as database/sql.
return err
}
Use exec to execute a query that does not return a result set.
Use Exec to execute a query that does not return a result set.
commandTag, err := conn.Exec("delete from widgets where id=$1", 42)
if err != nil {