Skip to content

Commit

Permalink
t/op/sub_lval.t: Fix grammer in comment
Browse files Browse the repository at this point in the history
Thanks to @jkeenan for pointing this out.
  • Loading branch information
t-a-k committed Jul 10, 2024
1 parent 94c7225 commit 853a6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/op/sub_lval.t
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 853a6a9

Please sign in to comment.