Skip to content

Commit 45a7931

Browse files
authored
s/True/False/ in # OUTPUT: line
1 parent b6407d8 commit 45a7931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ In many cases flipping the method call to the LHS will work.
288288
say .&method;
289289
# OUTPUT: «object␤object␤»
290290
say .&method ~~ 'topic';
291-
# OUTPUT: «object␤True␤»
291+
# OUTPUT: «object␤False␤»
292292
293293
=head2 Fat Arrow and Constants
294294

0 commit comments

Comments
 (0)