Skip to content

Commit 5caa608

Browse files
committed
t
1 parent 46c7e34 commit 5caa608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ connection.query({sql: 'SELECT COUNT(*) AS count FROM big_table', timeout: 60000
12301230
This module comes with a consistent approach to error handling that you should
12311231
review carefully in order to write solid applications.
12321232

1233-
Most errors created by this module are instances of the JavaScript [Error][]
1233+
Most errors created by this module are instances of the JavaScript [Error][]
12341234
object. Additionally they typically come with two extra properties:
12351235

12361236
* `err.code`: String, contains the MySQL server error symbol if the error is

0 commit comments

Comments
 (0)