]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix spelling
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 14 Jun 2021 12:42:19 +0000 (05:42 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 14 Jun 2021 12:42:19 +0000 (05:42 -0700)
examples/perltidy_hide.pl

index a98a5a1d4824e159f7a72a381b41d73e94369f19..df689a120016028c26a30707d8e90ff4a908dbde 100755 (executable)
@@ -13,7 +13,7 @@ anything between '#<<V' and '#>>V' is hidden from perltidy but seen by perl
 
 #>>V
 
-This works by converting #<<V into =pod and $>>V into =cut before
+This works by converting #<<V into =pod and #>>V into =cut before
 processing, and then converting back after processing.
 
 This was created for issue git #65.