aboutsummaryrefslogtreecommitdiff
path: root/api/booleans.md
diff options
context:
space:
mode:
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`.