s/erorr/error/
This commit is contained in:
parent
0209b9554d
commit
a50a7c7070
Notes:
git
2024-09-27 00:58:36 +00:00
2
proc.c
2
proc.c
@ -840,7 +840,7 @@ f_lambda_filter_non_literal(void)
|
|||||||
VALUE block_handler = rb_vm_frame_block_handler(cfp);
|
VALUE block_handler = rb_vm_frame_block_handler(cfp);
|
||||||
|
|
||||||
if (block_handler == VM_BLOCK_HANDLER_NONE) {
|
if (block_handler == VM_BLOCK_HANDLER_NONE) {
|
||||||
// no block erorr raised else where
|
// no block error raised else where
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user