diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:21:30 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:21:30 -0500 |
| commit | 0a3ad8ba914ab42ebbb88a3d955f71d71d581fc1 (patch) | |
| tree | e984b58347627f0417a6961dbb8e83afe4739653 /docs/booleans.md | |
| parent | 665050940f1562b045efe942686d04b3c3fac381 (diff) | |
Alphabetize and index functions
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:** |
