diff options
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 6e14064..068d688 100644 --- a/site/spec.html +++ b/site/spec.html @@ -328,7 +328,7 @@ time = 35 min there is a recommended syntax for encoding them. Specifically, a value can be treated as a list by first splitting it into comma-delimited parts, treating <code>\,</code> as a literal comma in a list entry and <code>\\</code> as a literal backslash, - then removing any accepted-spaces surrounding list entries. + then removing any accepted-spaces and line feeds surrounding list entries. </p> <p> List entries may be empty, but if the last entry in a list is empty, it is removed |