Skip to content

Commit

Permalink
t/op/sub_lval.t: Fix grammar 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 authored and khwilliamson committed Jul 23, 2024
1 parent 882351c commit 14c6cf2
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 14c6cf2

Please sign in to comment.