summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2020-12-26 22:49:23 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2020-12-26 22:49:23 +0100
commit114840b0fe5d27a7138ee35df1ea11ca19cc1df3 (patch)
tree5d1efd73cd24d611a6292aaaa7567c20607d228d /proc.c
parent3fc53de5c961cc8fa2b6acbd63874b89fe709520 (diff)
[DOC] Fix typo in proc.c
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 d3310e8621..8a0a0c0967 100644
--- a/proc.c
+++ b/proc.c
@@ -1277,7 +1277,7 @@ rb_proc_get_iseq(VALUE self, int *is_proc)
* prc == other -> true or false
* prc.eql?(other) -> true or false
*
- * Two proc are the same if, and only if, they were created from the same code block.
+ * Two procs are the same if, and only if, they were created from the same code block.
*
* def return_block(&block)
* block