From 1ee8d4b0ac5f9512fc507ae4fb861c60faaadaf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Co=C3=AAlho?= <36938811+tomascco@users.noreply.github.com> Date: Mon, 16 Nov 2020 14:30:48 -0300 Subject: Fix typo on Proc docs --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 1ac07b10a4..ca70eb1a0a 100644 --- a/proc.c +++ b/proc.c @@ -3919,7 +3919,7 @@ proc_ruby2_keywords(VALUE procval) * == Conversion of other objects to procs * * Any object that implements the +to_proc+ method can be converted into - * a proc by the & operator, and therefore con be + * a proc by the & operator, and therefore can be * consumed by iterators. * -- cgit v1.2.3