From: Steve Hancock Date: Fri, 16 Nov 2018 17:00:26 +0000 (-0800) Subject: minor wording changes X-Git-Tag: 20181117~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0eafe302a8544a6b406d0ac86e865d8a3c8b4072;p=perltidy.git minor wording changes --- diff --git a/docs/index.html b/docs/index.html index a71ef597..4b3824f2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -38,7 +38,6 @@ about 2 Mb.

Installation

diff --git a/docs/index.md b/docs/index.md index bc3e054b..9bbb3e4e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,8 +44,6 @@ about 2 Mb. - The most recent release is also at [sourceforge](https://sourceforge.net/projects/perltidy/) -- For related modules search CPAN for [perltidy](https://metacpan.org/search?q=perltidy) - ## Installation diff --git a/lib/Perl/Tidy/Debugger.pm b/lib/Perl/Tidy/Debugger.pm index 68f52be6..317894ac 100644 --- a/lib/Perl/Tidy/Debugger.pm +++ b/lib/Perl/Tidy/Debugger.pm @@ -92,7 +92,7 @@ sub write_debug_entry { $pattern .= $rtoken_type->[$j]; } $reconstructed_original .= $rtokens->[$j]; - $block_str .= "($rblock_type->[$j])"; + $block_str .= "($rblock_type->[$j])"; $num = length( $rtokens->[$j] ); my $type_str = $rtoken_type->[$j];