Skip to content

Commit d35b28b

Browse files
committed
Part of the call with example was marked as output
And, I made the output look like the that for the other examples in that section. Note that those examples have extra spaces after "\n" that aren't part of the actual output.
1 parent bbae187 commit d35b28b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/Language/functions.pod6

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -688,11 +688,7 @@ For example
688688
say "Back in Int with $res";
689689
}
690690
691-
# OUTPUT:
692-
# a 1;
693-
# Int 1
694-
# Any 2
695-
# Back in Int with 5
691+
a 1; # Int 1\n Any 2\n Back in Int with 5
696692
697693
Here C<a 1> calls the most specific C<Int> candidate first, and C<callwith>
698694
re-dispatches to the less specific C<Any> candidate.

0 commit comments

Comments
 (0)