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 338a26e9..d45be505 100644
--- a/api/booleans.md
+++ b/api/booleans.md
@@ -9,7 +9,7 @@
Bool.parse : func(text: Text -> Bool?)
```
-Converts a string representation of a boolean value into a boolean. Acceptable boolean values are case-insensitive variations of `yes`/`no`, `y`/`n`, `true`/`false`, `on`/`off`.
+Converts a text representation of a boolean value into a boolean. Acceptable boolean values are case-insensitive variations of `yes`/`no`, `y`/`n`, `true`/`false`, `on`/`off`.
Argument | Type | Description | Default
---------|------|-------------|---------