Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
it's now mostly alphabetical
  • Loading branch information
stmuk committed Jul 9, 2018
1 parent 1909912 commit bb2e323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlify.p6
Expand Up @@ -889,7 +889,7 @@ sub write-index-files() {
say 'Writing html/language.html ...';
spurt 'html/language.html', p2h(pod-with-title(
'Perl 6 Language Documentation',
pod-block("Tutorials, general reference, migration guides and meta pages for the Perl 6 language, in alphabetical order. Scroll down or search 'tutorial' or 'from' to see all of them."),
pod-block("Tutorials, general reference, migration guides and meta pages for the Perl 6 language, in mostly alphabetical order."),
pod-table($*DR.lookup('language', :by<kind>).map({[
pod-link(.name, .url),
.summary
Expand Down

0 comments on commit bb2e323

Please sign in to comment.