From 1f349ea297738f3a2c4914166746cea0e5ada031 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Fri, 3 May 2019 16:12:22 +0200 Subject: [PATCH] Fix typo --- doc/syntax/literals.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index 35a2f01ff1..0cde9447c5 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -255,7 +255,7 @@ behaves like Kernel#`: cat #{__FILE__} HEREDOC -When surrounding with quotes, any characters but that quote and newline +When surrounding with quotes, any character but that quote and newline (CR and/or LF) can be used as the identifier. To call a method on a heredoc place it after the opening identifier: