From 1336698294250ec78b4d33e0a52f8afb55e987d3 Mon Sep 17 00:00:00 2001 From: Victor Goff Date: Sun, 11 Oct 2020 23:40:57 -0400 Subject: Respectively, instead of respentively --- doc/syntax/literals.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 #@foo, #@@foo and #$foo as a -shorthand for, respentively, #{ @foo }, #{ @@foo } and +shorthand for, respectively, #{ @foo }, #{ @@foo } and #{ $foo }. Interpolation may be disabled by escaping the "#" character or using -- cgit v1.2.3