diff --git a/doc/site/values.markdown b/doc/site/values.markdown index b2cf2136..5065a638 100644 --- a/doc/site/values.markdown +++ b/doc/site/values.markdown @@ -50,7 +50,8 @@ String literals are surrounded in double quotes: "hi there" -They can also span multiple lines: +They can also span multiple lines. When they do, the newline character within +the string will always be `\n` (`\r\n` is normalized to `\n`).
"hi