Merge pull request #7144 from veselinkantsev/patch-1

corrected "here doc" syntax notes
This commit is contained in:
Paul Hinze 2016-06-12 15:10:16 -05:00 committed by GitHub
commit ff2a7b0262
1 changed files with 2 additions and 2 deletions

View File

@ -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