From b91a6a4ac25d611cc2ca272965f7a6da6557e736 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Wed, 1 Jul 2020 19:31:38 -0700 Subject: [PATCH] fixed comment typo --- lib/Perl/Tidy/VerticalAligner.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Perl/Tidy/VerticalAligner.pm b/lib/Perl/Tidy/VerticalAligner.pm index 5b5df468..02c96a13 100644 --- a/lib/Perl/Tidy/VerticalAligner.pm +++ b/lib/Perl/Tidy/VerticalAligner.pm @@ -3339,7 +3339,7 @@ sub prune_alignment_tree { $rindexes_p ) = @{ $match_tree[$depth]->[$np] }; - # Set a break before this block if it has significant size. + # Set a break before this block if it has a significant size. # Eventually this could become unnecessary if the final alignment # phase logic improves, but for now this insures that significant # alignment changes are not missed. See test 'align33.in'. -- 2.39.5