summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Goff <keeperotphones@gmail.com>2020-10-11 23:40:57 -0400
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-12 13:08:13 +0900
commit1336698294250ec78b4d33e0a52f8afb55e987d3 (patch)
tree9254e06cfc2fabe577d006e60bf4bdeb7141e5c1 /doc
parent20d78fddb17d45ee26f58ca1c879e499e0596273 (diff)
Respectively, instead of respentively
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3651
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax/literals.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc
index f49097268d..c9873f3271 100644
--- a/doc/syntax/literals.rdoc
+++ b/doc/syntax/literals.rdoc
@@ -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