Skip to content

Commit 46a7470

Browse files
committed
The list is no longer in alphabetical order
1 parent 0d7b7c9 commit 46a7470

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
@@ -890,7 +890,7 @@ sub write-index-files() {
890890
say 'Writing html/language.html ...';
891891
spurt 'html/language.html', p2h(pod-with-title(
892892
'Perl 6 Language Documentation',
893-
pod-block("Tutorials, general reference, migration guides and meta pages for the Perl 6 language, in mostly alphabetical order."),
893+
pod-block("Tutorials, general reference, migration guides and meta pages for the Perl 6 language."),
894894
pod-table($*DR.lookup('language', :by<kind>).map({[
895895
pod-link(.name, .url),
896896
.summary

0 commit comments

Comments
 (0)