We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dc88e commit 7aeeffeCopy full SHA for 7aeeffe
README.md
@@ -79,8 +79,7 @@ Different value types are escaped differently, here is how:
79
to insert them as values will trigger MySQL errors until they implement
80
support.
81
82
-If you paid attention, you may have noticed that this escaping allows you
83
-to do neat things like this:
+You may have noticed that this escaping allows you to do neat things like this:
84
85
```js
86
var post = {id: 1, title: 'Hello MySQL'};
0 commit comments