Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Finalizing #2265
Following @coke suggestions, which would actually close that thing (it was already closed, so no more closing)
  • Loading branch information
JJ committed Aug 16, 2018
1 parent 13a8812 commit 468a61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htmlify.p6
Expand Up @@ -80,7 +80,7 @@ my @menu; # for use by future menu autogen
@menu =
('language','' ) => (),
('type', 'Types' ) => <basic composite domain-specific exceptions>,
('routine', 'Routines' ) => <sub method term operator>,
('routine', 'Routines' ) => <sub method term operator trait submethod>,
('programs', '' ) => (),
('examples', 'Examples' ) => (),
('webchat', 'Chat with us') => (),
Expand Down Expand Up @@ -912,7 +912,7 @@ sub write-index-files() {

write-main-index :kind<routine> :&summary;

for <sub method term operator> -> $category {
for <sub method term operator submethod> -> $category {
write-sub-index :kind<routine> :$category :&summary;
}
}
Expand Down

0 comments on commit 468a61d

Please sign in to comment.