Skip to content

Commit 1ee8d4b

Browse files
tomasccomarcandre
authored andcommitted
Fix typo on Proc docs
1 parent 0f37f38 commit 1ee8d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3919,7 +3919,7 @@ proc_ruby2_keywords(VALUE procval)
39193919
* == Conversion of other objects to procs
39203920
*
39213921
* Any object that implements the +to_proc+ method can be converted into
3922-
* a proc by the <code>&</code> operator, and therefore con be
3922+
* a proc by the <code>&</code> operator, and therefore can be
39233923
* consumed by iterators.
39243924
*
39253925

0 commit comments

Comments
 (0)