]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix typo
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 24 Aug 2022 02:54:09 +0000 (19:54 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 24 Aug 2022 02:54:09 +0000 (19:54 -0700)
bin/perltidy

index e63d3f5642955cce95fa6821e50b297a3eb10209..f47710e79090939053e2eb365b0af3b27dce6b06 100755 (executable)
@@ -2378,7 +2378,7 @@ B<-ce>.
 When cuddled else formatting is selected with B<-ce>, setting this flag causes
 perltidy to ignore its built-in defaults and rely exclusively on the block types
 specified on the B<-cbl> flag described in the previous section.  For example,
-to avoid using cuddled B<catch> and B<finally>, which among in the defaults, the
+to avoid using cuddled B<catch> and B<finally>, which are among the defaults, the
 following set of parameters could be used:
 
   perltidy -ce -cbl='else elsif continue' -cblx