Skip to content

Commit 59daa8f

Browse files
committed
fix example style
1 parent e1c1639 commit 59daa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ C<.name> to obtain the name of the called routine, as well as C<.signature> and
12771277
others method related to C<Sub>:
12781278
12791279
sub awesome-sub { say &?ROUTINE.name }
1280-
awesome-sub # OUTPUT: awesome-sub
1280+
awesome-sub; # OUTPUT: «awesome-sub␤»
12811281
12821282
It also allows also for recursion:
12831283

0 commit comments

Comments
 (0)