corrected "here doc" syntax notes

pull/7144/head
Veselin Kantsev 10 years ago committed by GitHub
parent 2127466280
commit b0a99ce35e

@ -55,8 +55,8 @@ Basic bullet point reference:
[documented here](/docs/configuration/interpolation.html).
* Multiline strings can use shell-style "here doc" syntax, with
the string starting with a marker like `<<EOT` and then the
string ending with `EOT` on a line of its own. The lines of
the string starting with a marker like `<<EOF` and then the
string ending with `EOF` on a line of its own. The lines of
the string and the end marker must *not* be indented.
* Numbers are assumed to be base 10. If you prefix a number with

Loading…
Cancel
Save