aboutsummaryrefslogtreecommitdiff
path: root/docs/booleans.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-05 00:40:00 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-03-05 00:40:00 -0500
commit9a3162633d358c9dc698b2733027981203514dc9 (patch)
tree38f6ebd8121f5dab2f04173dda8b9cefd2de1fdf /docs/booleans.md
parentdba2d62d15d8233c189a109f97d7cda70fa7f6b7 (diff)
Shorten API docs
Diffstat (limited to 'docs/booleans.md')
-rw-r--r--docs/booleans.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/booleans.md b/docs/booleans.md
index a0e3f038..c14e0039 100644
--- a/docs/booleans.md
+++ b/docs/booleans.md
@@ -10,8 +10,6 @@ This documentation provides details on boolean functions available in the API.
- [`func parse(text: Text -> Bool?)`](#parse)
### `parse`
-
-**Description:**
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`.
@@ -21,8 +19,6 @@ boolean values are case-insensitive variations of `yes`/`no`, `y`/`n`,
func parse(text: Text -> Bool?)
```
-**Parameters:**
-
- `text`: The string containing the boolean value.
**Returns:**