diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-21 14:58:28 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-21 14:58:28 -0400 |
| commit | 20c34833bbc105675d014c8a0a4d2b17fc787c26 (patch) | |
| tree | 9e7826eea5490a8d62451401c920da6d27175718 /api/builtins.yaml | |
| parent | 3b1acb8ac5788061b90aeb9069ddecacf265f20c (diff) | |
Fix old syntax in docs
Diffstat (limited to 'api/builtins.yaml')
| -rw-r--r-- | api/builtins.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/builtins.yaml b/api/builtins.yaml index 6bb6d762..848ea2a5 100644 --- a/api/builtins.yaml +++ b/api/builtins.yaml @@ -45,7 +45,7 @@ exit: args: message: type: 'Text?' - default: '!Text' + default: 'none' description: > If nonempty, this message will be printed (with a newline) before exiting. |
