ruby-changes:63616
From: Tom=C3=A1s <ko1@a...>
Date: Tue, 17 Nov 2020 02:38:31 +0900 (JST)
Subject: [ruby-changes:63616] 1ee8d4b0ac (master): Fix typo on Proc docs
https://git.ruby-lang.org/ruby.git/commit/?id=1ee8d4b0ac From 1ee8d4b0ac5f9512fc507ae4fb861c60faaadaf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Co=C3=AAlho?= <36938811+tomascco@u...> Date: Mon, 16 Nov 2020 14:30:48 -0300 Subject: Fix typo on Proc docs diff --git a/proc.c b/proc.c index 1ac07b1..ca70eb1 100644 --- a/proc.c +++ b/proc.c @@ -3919,7 +3919,7 @@ proc_ruby2_keywords(VALUE procval) https://github.com/ruby/ruby/blob/trunk/proc.c#L3919 * == Conversion of other objects to procs * * Any object that implements the +to_proc+ method can be converted into - * a proc by the <code>&</code> operator, and therefore con be + * a proc by the <code>&</code> operator, and therefore can be * consumed by iterators. * -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/