]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix comment
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 22 May 2021 00:43:46 +0000 (17:43 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 22 May 2021 00:43:46 +0000 (17:43 -0700)
lib/Perl/Tidy/Formatter.pm

index 91b8882139a63f7b9c71be05d2afcfec7d8c9abb..d89afbf17b142799b1d249bf0063d0b7dee79283 100644 (file)
@@ -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) ) {