summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/spec.html2
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).