ruby-changes:63326
From: Victor <ko1@a...>
Date: Mon, 12 Oct 2020 13:08:38 +0900 (JST)
Subject: [ruby-changes:63326] 1336698294 (master): Respectively, instead of respentively
https://git.ruby-lang.org/ruby.git/commit/?id=1336698294 From 1336698294250ec78b4d33e0a52f8afb55e987d3 Mon Sep 17 00:00:00 2001 From: Victor Goff <keeperotphones@g...> Date: Sun, 11 Oct 2020 23:40:57 -0400 Subject: Respectively, instead of respentively diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index f490972..c9873f3 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 https://github.com/ruby/ruby/blob/trunk/doc/syntax/literals.rdoc#L144 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/