Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add ( ) around type name for more clarity
  • Loading branch information
AlexDaniel committed Aug 5, 2016
1 parent bf349d8 commit c4f58b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlify.p6
Expand Up @@ -601,7 +601,7 @@ sub find-definitions(:$pod, :$origin, :$min-level = -1, :$url) {

my $new-head = Pod::Heading.new(
:level(@pod-section[$i].level),
:contents[pod-link "$origin.name() $subkinds $name",
:contents[pod-link "($origin.name()) $subkinds $name",
$created.url ~ "#$origin.human-kind() $origin.name()".subst(:g, /\s+/, '_')
]
);
Expand Down

0 comments on commit c4f58b9

Please sign in to comment.