summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/syntax/literals.rdoc2
1 files changed, 1 insertions, 1 deletions
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: