Skip to content

Commit

Permalink
[Code]: Update .Str example to actually use Code.Str :-).
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jul 3, 2012
1 parent 7e59ba0 commit 9fdeae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Code.pod
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ its parameters.
Returns the name of the code object.
sub marine() { }
say ~&marine.name; # marine
say ~&marine; # marine
=end pod

0 comments on commit 9fdeae2

Please sign in to comment.