From 2e919e4a643814735c68cf6724972cf7aa0cd91e Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 20 May 2021 12:24:41 -0700 Subject: [PATCH] Remove extra word in heredoc documentation From Thibault Jouan Fixes [Misc #17872] --- 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 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 <<: 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.