Skip to content

Commit 9fdeae2

Browse files
committed
[Code]: Update .Str example to actually use Code.Str :-).
1 parent 7e59ba0 commit 9fdeae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Code.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ its parameters.
6666
Returns the name of the code object.
6767
6868
sub marine() { }
69-
say ~&marine.name; # marine
69+
say ~&marine; # marine
7070
7171
=end pod

0 commit comments

Comments
 (0)