aboutsummaryrefslogtreecommitdiff
path: root/api/booleans.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-21 13:38:35 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-21 13:38:35 -0400
commit868ca31562dcc5d484d8f015adfa173c0a43c415 (patch)
treefdaf07b5de73e7f6418c480d041211b05a8beca9 /api/booleans.md
parentf59988cc104bfa65507e6aab48914d1d35f27c9b (diff)
Update docs
Diffstat (limited to 'api/booleans.md')
-rw-r--r--api/booleans.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/booleans.md b/api/booleans.md
index e6a01066..338a26e9 100644
--- a/api/booleans.md
+++ b/api/booleans.md
@@ -13,7 +13,7 @@ Converts a string representation of a boolean value into a boolean. Acceptable b
Argument | Type | Description | Default
---------|------|-------------|---------
-text | `Text` | The string containing the boolean value. |
+text | `Text` | The string containing the boolean value. | -
**Return:** `yes` if the string matches a recognized truthy boolean value; otherwise return `no`.