Skip to content

Commit c4f58b9

Browse files
committed
Add ( ) around type name for more clarity
1 parent bf349d8 commit c4f58b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlify.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ sub find-definitions(:$pod, :$origin, :$min-level = -1, :$url) {
601601

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

0 commit comments

Comments
 (0)