summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2021-05-20 12:24:41 -0700
committerJeremy Evans <code@jeremyevans.net>2021-05-20 12:24:41 -0700
commit2e919e4a643814735c68cf6724972cf7aa0cd91e (patch)
tree4e5c428f22e8f43da1d0e451220e39b6f2bafbf3 /doc
parentc71109355987f290257e977c1634db6328916786 (diff)
Remove extra word in heredoc documentation
From Thibault Jouan Fixes [Misc #17872]
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 d6d677806e..cfdbb71700 100644
--- a/doc/syntax/literals.rdoc
+++ b/doc/syntax/literals.rdoc
@@ -220,7 +220,7 @@ You may indent the ending identifier if you place a "-" after <tt><<</tt>:
That might span many lines
INDENTED_HEREDOC
-Note that the while the closing identifier may be indented, the content is
+Note that while the closing identifier may be indented, the content is
always treated as if it is flush left. If you indent the content those spaces
will appear in the output.