summaryrefslogtreecommitdiff
path: root/lib/Text
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-02 06:21:34 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-02 06:21:34 +0000
commitb9b446592491a9e83ac86f67237cd6509788def1 (patch)
treed2882a45879b553568f4e22765a44cf926fb39c7 /lib/Text
parentb62b7eeb9524e037f1672b4b9af0384f4a094694 (diff)
downloadperl-b9b446592491a9e83ac86f67237cd6509788def1.tar.gz
doc tweak (from Michael G Schwern <schwern@pobox.com>)
p4raw-id: //depot/perl@4946
Diffstat (limited to 'lib/Text')
-rw-r--r--lib/Text/Tabs.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Text/Tabs.pm b/lib/Text/Tabs.pm
index c431019908..933f917acd 100644
--- a/lib/Text/Tabs.pm
+++ b/lib/Text/Tabs.pm
@@ -73,11 +73,11 @@ Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1)
=head1 SYNOPSIS
-use Text::Tabs;
+ use Text::Tabs;
-$tabstop = 4;
-@lines_without_tabs = expand(@lines_with_tabs);
-@lines_with_tabs = unexpand(@lines_without_tabs);
+ $tabstop = 4;
+ @lines_without_tabs = expand(@lines_with_tabs);
+ @lines_with_tabs = unexpand(@lines_without_tabs);
=head1 DESCRIPTION