summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
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 <code>&</code> operator, and therefore con be
+ * a proc by the <code>&</code> operator, and therefore can be
* consumed by iterators.
*