aboutsummaryrefslogtreecommitdiff
path: root/docs/booleans.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-05 00:40:52 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-03-05 00:40:52 -0500
commit899e2cd3f1ea5f598947c7862d8f76378191b369 (patch)
treea590027864b899b22bcc9eb921a55910f50de6f2 /docs/booleans.md
parent9a3162633d358c9dc698b2733027981203514dc9 (diff)
Further shorten docs
Diffstat (limited to 'docs/booleans.md')
-rw-r--r--docs/booleans.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/booleans.md b/docs/booleans.md
index c14e0039..8961091a 100644
--- a/docs/booleans.md
+++ b/docs/booleans.md
@@ -14,7 +14,6 @@ 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`.
-**Signature:**
```tomo
func parse(text: Text -> Bool?)
```