From 589ad5793570186dfe5a1616b0414b0114c99868 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 21 May 2021 17:43:46 -0700 Subject: [PATCH] fix comment --- lib/Perl/Tidy/Formatter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index 91b88821..d89afbf1 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -12393,7 +12393,7 @@ EOM # would be disastrous. The reason that we should never see an # index error here is that sub 'store_token_to_go' has a check to # make sure that the indexes in batches remain continuous. Since - # sub 'store_token_to_go' controls feeding tokens into batches, so + # sub 'store_token_to_go' controls feeding tokens into batches, # no index discrepancies should occur unless a recent programming # change has introduced a bug. if ( defined($index_error) ) { -- 2.39.5