From: Steve Hancock Date: Sat, 22 May 2021 00:43:46 +0000 (-0700) Subject: fix comment X-Git-Tag: 20210402.01~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=589ad5793570186dfe5a1616b0414b0114c99868;p=perltidy.git fix comment --- 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) ) {