diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:11:18 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-05 00:11:18 -0500 |
| commit | 665050940f1562b045efe942686d04b3c3fac381 (patch) | |
| tree | b6b39d4448e8c6ccdb77d7d3ab4b1fccae2f402d /docs/booleans.md | |
| parent | f330f06c218a0903530cdc51c0fac245cb51ae75 (diff) | |
Standardize API doc heading levels
Diffstat (limited to 'docs/booleans.md')
| -rw-r--r-- | docs/booleans.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/booleans.md b/docs/booleans.md index ab6be434..b5169158 100644 --- a/docs/booleans.md +++ b/docs/booleans.md @@ -3,11 +3,11 @@ Boolean values have the type `Bool` and can be either `yes` ("true") or `no` ("false"). -# Boolean Functions +## Boolean Functions This documentation provides details on boolean functions available in the API. -## `parse` +### `parse` **Description:** Converts a string representation of a boolean value into a boolean. Acceptable |
