Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3430c51

Browse filesBrowse files
gorisansondougwilson
authored andcommitted
docs: fix broken section link
closes #2405
1 parent 67285cc commit 3430c51
Copy full SHA for 3430c51

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Readme.md

Copy file name to clipboardExpand all lines: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ connection.query('SELECT * FROM `books` WHERE `author` = ?', ['David'], function
687687
The third form `.query(options, callback)` comes when using various advanced
688688
options on the query, like [escaping query values](#escaping-query-values),
689689
[joins with overlapping column names](#joins-with-overlapping-column-names),
690-
[timeouts](#timeout), and [type casting](#type-casting).
690+
[timeouts](#timeouts), and [type casting](#type-casting).
691691

692692
```js
693693
connection.query({

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.