Skip to content

Commit 9a88496

Browse files
alsotangdougwilson
authored andcommitted
docs: fix wording for true/false conversions
closes #1014
1 parent ff1fc8b commit 9a88496

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
@@ -556,7 +556,7 @@ replaced, even those contained in comments and strings.
556556
Different value types are escaped differently, here is how:
557557

558558
* Numbers are left untouched
559-
* Booleans are converted to `true` / `false` strings
559+
* Booleans are converted to `true` / `false`
560560
* Date objects are converted to `'YYYY-mm-dd HH:ii:ss'` strings
561561
* Buffers are converted to hex strings, e.g. `X'0fa5'`
562562
* Strings are safely escaped

0 commit comments

Comments
 (0)