Skip to content

Commit 27dc7cf

Browse files
authored
clean up comment
1 parent f62168e commit 27dc7cf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

htmlify.p6

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,16 +242,15 @@ sub process-pod-dir(:$topdir, :$dir, :&sorted-by = &[cmp], :$sparse, :$parallel)
242242
#say "Reading doc/$dir ...";
243243
say "Reading $topdir/$dir ...";
244244

245-
# What does this array look like?
245+
# What does the following array look like?
246246
#
247-
# + an array of pairs sorted by some key
248-
# + the sort key defaults to the key below
247+
# + an array of sorted pairs
248+
# + the sort key defaults to the base filename stripped of '.pod6'
249249
# + any other sort order has to be processed separately as in 'Language'
250-
# below
251250
#
252251
# the sorted pairs (regardless of how they are sorted) must consist of:
253252
# key: base filename stripped of its ending .pod6
254-
# value: filename relative to the "doc/$dir" directory
253+
# value: filename relative to the "$topdir/$dir" directory
255254
my @pod-sources;
256255

257256
# default sort is by name {%hash{.key} => file basename w/o extension

0 commit comments

Comments
 (0)