diff --git a/documentation/index.html.js b/documentation/index.html.js index 4d683bcd..f05a9637 100644 --- a/documentation/index.html.js +++ b/documentation/index.html.js @@ -554,7 +554,7 @@ Expressions as an expression, returning an array containing the result of each iteration through the loop.

- <%= codeFor('while', 'lyrics.join("\n")') %> + <%= codeFor('while', 'lyrics.join("\\n")') %>

For readability, the until keyword is equivalent to while not, and the loop keyword is equivalent to while true.