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 5e63638 commit ff37b3eCopy full SHA for ff37b3e
Readme.md
@@ -562,7 +562,7 @@ replaced, even those contained in comments and strings.
562
Different value types are escaped differently, here is how:
563
564
* Numbers are left untouched
565
-* Booleans are converted to `true` / `false` strings
+* Booleans are converted to `true` / `false`
566
* Date objects are converted to `'YYYY-mm-dd HH:ii:ss'` strings
567
* Buffers are converted to hex strings, e.g. `X'0fa5'`
568
* Strings are safely escaped
0 commit comments