diff options
Diffstat (limited to 'doc/syntax')
-rw-r--r-- | doc/syntax/literals.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index 00bc4f89d6..35a2f01ff1 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -256,7 +256,7 @@ behaves like Kernel#`: HEREDOC When surrounding with quotes, any characters but that quote and newline -can be used as the identifier. +(CR and/or LF) can be used as the identifier. To call a method on a heredoc place it after the opening identifier: |