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