From a67cd8a8886eed7579c3ffbaf84beecda7ab7d2f Mon Sep 17 00:00:00 2001 From: James Koenig Date: Mon, 30 Nov 2020 12:48:31 -0800 Subject: -> creates a lambda so this updates the documentation to reflect that --- 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 c9873f3271..d6d677806e 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -363,7 +363,7 @@ See Regexp for a description of the syntax of regular expressions. == Procs -A proc can be created with ->: +A lambda proc can be created with ->: -> { 1 + 1 } -- cgit v1.2.3