diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-21 13:38:35 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-21 13:38:35 -0400 |
| commit | 868ca31562dcc5d484d8f015adfa173c0a43c415 (patch) | |
| tree | fdaf07b5de73e7f6418c480d041211b05a8beca9 /api/booleans.md | |
| parent | f59988cc104bfa65507e6aab48914d1d35f27c9b (diff) | |
Update docs
Diffstat (limited to 'api/booleans.md')
| -rw-r--r-- | api/booleans.md | 2 |
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`. |
