Skip to content

Commit ab41b98

Browse files
author
Jan-Olof Hendig
committed
Fixed typo in example, nd3i++
1 parent 490d255 commit ab41b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/functions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ sub infix:<!!>($a, $b) is tighter(&infix:<+>) {
460460
2 * ($a + $b)
461461
}
462462
463-
say 1 + 2 * 3 !! 4; # 29
463+
say 1 + 2 * 3 !! 4; # 21
464464
=end code
465465
466466
Here the C<1 + 2 * 3 !! 4> is parsed as C<1 + ((2 * 3) !! 4)>, because the

0 commit comments

Comments
 (0)