mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo
This commit is contained in:
parent
5776ae3475
commit
1f349ea297
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue