From 28fb6d6b9e06a632f96244a635a045622a6be276 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Fri, 3 Dec 2021 07:12:28 -0600 Subject: Adding links to literals and Kernel (#5192) * Adding links to literals and Kernel --- proc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 13996b102a..94b269d694 100644 --- a/proc.c +++ b/proc.c @@ -3845,7 +3845,8 @@ proc_ruby2_keywords(VALUE procval) * * lambda1 = lambda {|x| x**2 } * - * * Use the Lambda literal syntax (also constructs a proc with lambda semantics): + * * Use the {Lambda proc literal}[doc/syntax/literals_rdoc.html#label-Lambda+Proc+Literals] syntax + * (also constructs a proc with lambda semantics): * * lambda2 = ->(x) { x**2 } * -- cgit v1.2.1