From 653e55bb9def3207ad9085183dab3d9addd7bb11 Mon Sep 17 00:00:00 2001 From: HannesOberreiter Date: Mon, 29 Jul 2024 13:55:12 +0200 Subject: [PATCH] Update cast.md --- src/md/stringify/options/cast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/md/stringify/options/cast.md b/src/md/stringify/options/cast.md index 6eb426479..83706c8db 100644 --- a/src/md/stringify/options/cast.md +++ b/src/md/stringify/options/cast.md @@ -66,7 +66,7 @@ _Run this example with the command `node samples/option.cast.js`._ ### boolean -A value of `true` is converted to the string `1` while a value of `false` to converted to an empty string. The default implementation is: +A value of `true` is converted to the string `1` while a value of `false` is converted to an empty string. The default implementation is: ```js function(value){