Skip to content

Commit ff37b3e

Browse files
alsotangseangarner
authored andcommitted
docs: fix wording for true/false conversions
closes mysqljs#1014
1 parent 5e63638 commit ff37b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ replaced, even those contained in comments and strings.
562562
Different value types are escaped differently, here is how:
563563

564564
* Numbers are left untouched
565-
* Booleans are converted to `true` / `false` strings
565+
* Booleans are converted to `true` / `false`
566566
* Date objects are converted to `'YYYY-mm-dd HH:ii:ss'` strings
567567
* Buffers are converted to hex strings, e.g. `X'0fa5'`
568568
* Strings are safely escaped

0 commit comments

Comments
 (0)