1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Respectively, instead of respentively

This commit is contained in:
Victor Goff 2020-10-11 23:40:57 -04:00 committed by Hiroshi SHIBATA
parent 20d78fddb1
commit 1336698294
Notes: git 2020-10-12 13:08:40 +09:00

View file

@ -144,7 +144,7 @@ Any expression may be placed inside the interpolated section, but it's best to
keep the expression small for readability.
You can also use <tt>#@foo</tt>, <tt>#@@foo</tt> and <tt>#$foo</tt> as a
shorthand for, respentively, <tt>#{ @foo }</tt>, <tt>#{ @@foo }</tt> and
shorthand for, respectively, <tt>#{ @foo }</tt>, <tt>#{ @@foo }</tt> and
<tt>#{ $foo }</tt>.
Interpolation may be disabled by escaping the "#" character or using