We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa200b commit 3b15c90Copy full SHA for 3b15c90
Readme.md
@@ -738,7 +738,7 @@ connection.beginTransaction(function(err) {
738
Please note that beginTransaction(), commit() and rollback() are simply convenience
739
functions that execute the START TRANSACTION, COMMIT, and ROLLBACK commands respectively.
740
It is important to understand that many commands in MySQL can cause an implicit commit,
741
-as described [in the MySQL documentation]: http://dev.mysql.com/doc/refman/5.5/en/implicit-commit.html
+as described [in the MySQL documentation](http://dev.mysql.com/doc/refman/5.5/en/implicit-commit.html)
742
743
## Error handling
744
0 commit comments