Remove extra word in heredoc documentation

From Thibault Jouan

Fixes [Misc #17872]
This commit is contained in:
Jeremy Evans 2021-05-20 12:24:41 -07:00
Родитель c711093559
Коммит 2e919e4a64
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.