diff options
Diffstat (limited to 'site/spec.html')
-rw-r--r-- | site/spec.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/spec.html b/site/spec.html index 805dcd1..d5da143 100644 --- a/site/spec.html +++ b/site/spec.html @@ -497,6 +497,7 @@ and for my.nephews.car.id is String (no schema key matches, so the default of St (e.g. <code>3e5</code>, <code>3.E-5</code>, <code>-3.7e+5</code>). Excessive leading zeroes are not permitted (<code>0.0</code> is allowed, but not <code>00.0</code>). White space around the number is not permitted. + The decimal point (if one is present) must be preceded by a digit. A leading <code>+</code> (or, of course, <code>-</code>) is permitted. <li> <code>'</code><i>value</i><code>'</code> — |