Skip to content

Commit 1cbbed1

Browse files
albertferricolucasbuchala
authored andcommitted
Update htmlfy.p6 (#2478)
Making changes suggested in the following issue: #2476
1 parent 1ea187d commit 1cbbed1

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
@@ -971,7 +971,7 @@ sub write-main-index(:$kind, :&summary = {Nil}) {
971971
"Use the above menu to narrow it down topically."
972972
),
973973
pod-table(
974-
:headers[<Name Declarator Source>],
974+
:headers[<Name Type Description>],
975975
[
976976
$*DR.lookup($kind, :by<kind>)\
977977
.categorize(*.name).sort(*.key)>>.value

0 commit comments

Comments
 (0)