mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove extra word in heredoc documentation
From Thibault Jouan Fixes [Misc #17872]
This commit is contained in:
parent
c711093559
commit
2e919e4a64
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue