Skip to content

Commit 99deada

Browse files
committed
Meta/cook: add missing full-stop after "Under discussion"
1 parent 4935800 commit 99deada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ sub wildo_queue {
840840
for ($in_section) {
841841
return if (/^Graduated to/ || /^Discarded$/);
842842
}
843-
my $action = $topic->[6] || "Under discussion";
843+
my $action = $topic->[6] || "Under discussion.";
844844
if (!exists $what->{$action}) {
845845
$what->{$action} = [];
846846
}

0 commit comments

Comments
 (0)