From 6ee5af0a16a5f1a32eb933e30d8b86ff4e691beb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 21 Apr 2025 14:45:39 -0400 Subject: Add short descriptions for API methods to improve manpages --- api/booleans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/booleans.md') 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 ---------|------|-------------|--------- -- cgit v1.2.3