diff options
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 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 ---------|------|-------------|--------- |
