diff options
Diffstat (limited to 'docs/booleans.md')
| -rw-r--r-- | docs/booleans.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/booleans.md b/docs/booleans.md index b5169158..300a3a64 100644 --- a/docs/booleans.md +++ b/docs/booleans.md @@ -7,6 +7,8 @@ Boolean values have the type `Bool` and can be either `yes` ("true") or `no` This documentation provides details on boolean functions available in the API. +- [`func parse(text: Text -> Bool?)`](#`parse) + ### `parse` **Description:** |
