From 853a6a9a936aa1c945522bacc1947a93e3cdd735 Mon Sep 17 00:00:00 2001 From: TAKAI Kousuke <62541129+t-a-k@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:03:49 +0900 Subject: [PATCH] t/op/sub_lval.t: Fix grammer in comment Thanks to @jkeenan for pointing this out. --- t/op/sub_lval.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/sub_lval.t b/t/op/sub_lval.t index eb38becd9e4c5..bfb17a1ff1e8b 100644 --- a/t/op/sub_lval.t +++ b/t/op/sub_lval.t @@ -1098,7 +1098,7 @@ is "@119797", "4 5 6", 'writing to array returned by bare block'; } # v5.18 fails to return correct value from lvalue subroutine which returns -# vec() and are called twice in rvalue context of one expression +# vec() and is called twice in rvalue context of one expression { my $vec = ''; sub wrap_vec : lvalue {