From: Steve Hancock Date: Mon, 14 Jun 2021 12:42:19 +0000 (-0700) Subject: fix spelling X-Git-Tag: 20210402.01~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1f44fb4617fad3d18f90242c9a6c5494fcf71e53;p=perltidy.git fix spelling --- diff --git a/examples/perltidy_hide.pl b/examples/perltidy_hide.pl index a98a5a1d..df689a12 100755 --- a/examples/perltidy_hide.pl +++ b/examples/perltidy_hide.pl @@ -13,7 +13,7 @@ anything between '#<>V' is hidden from perltidy but seen by perl #>>V -This works by converting #<>V into =cut before +This works by converting #<>V into =cut before processing, and then converting back after processing. This was created for issue git #65.