diff options
author | pommicket <pommicket@gmail.com> | 2025-09-09 22:07:38 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-09 22:07:38 -0400 |
commit | fa15fef8804373124b623b2265eb7588f25e9f16 (patch) | |
tree | aeeaf40dce72ff5e35f14c979afe570bc58a0b88 /site | |
parent | e245c2c6e8109b0d2ca6e6c93d3e4c9f3dd3a2f0 (diff) |
Clarify Empty
Diffstat (limited to 'site')
-rw-r--r-- | site/spec.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/spec.html b/site/spec.html index b456e97..fdd3fed 100644 --- a/site/spec.html +++ b/site/spec.html @@ -469,7 +469,7 @@ and for my.nephews.car.id is String (no schema key matches, so the default of St <ul> <li><code>String</code> — accepts any value</li> <li><code>None</code> — accepts an unset value (special—see below)</li> - <li><code>Empty</code> — accepts an empty value</li> + <li><code>Empty</code> — accepts an empty value (equivalent to <code>''</code>)</li> <li> <code>Bool</code> — accepts <code>true</code>, <code>on</code>, <code>yes</code>, <code>false</code>, <code>off</code>, <code>no</code> (case- and white space- sensitive). |