summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2019-05-03 16:12:22 +0200
committerMarcus Stollsteimer <sto.mar@web.de>2019-05-03 16:12:22 +0200
commit1f349ea297738f3a2c4914166746cea0e5ada031 (patch)
tree9b6b5f2fe41a332424c68120d1ea8c50ee6b0642 /doc
parent5776ae347540ac19c40d146a3566a806cd176bf1 (diff)
Fix typo
Diffstat (limited to 'doc')
-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: