We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a9437 commit 3469f52Copy full SHA for 3469f52
htmlify.p6
@@ -584,7 +584,7 @@ sub write-search-file () {
584
$s.trans([</ \\ ">] => [<\\/ \\\\ \\">]);
585
}
586
my $items = $*DR.get-kinds.map(-> $kind {
587
- $*DR.lookup($kind, :by<kind>).categorize({escape .name}) \
+ $*DR.lookup($kind, :by<kind>).categorize({escape .name})\
588
.pairs.sort({.key}).map: -> (:key($name), :value(@docs)) {
589
qq[[\{ label: "{
590
( @docs > 1 ?? $kind !! @docs.[0].subkinds[0] ).wordcase
0 commit comments