diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-07-31 08:27:40 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-07-31 08:27:40 +0000 |
commit | a1fea99b3ddaebb8d880c2daff65d93f1f665e1d (patch) | |
tree | 3e61976de7ea47b60d40e86cf20d6ada1e40c425 /pod/perlform.pod | |
parent | 85d2acea42af9d6b62e34cceb6911fc1d5ed1a9c (diff) | |
download | perl-a1fea99b3ddaebb8d880c2daff65d93f1f665e1d.tar.gz |
Small typo fix
p4raw-id: //depot/perl@34166
Diffstat (limited to 'pod/perlform.pod')
-rw-r--r-- | pod/perlform.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlform.pod b/pod/perlform.pod index c72a940214..93d1633b84 100644 --- a/pod/perlform.pod +++ b/pod/perlform.pod @@ -64,7 +64,7 @@ X<@*> X<^*> X<~> X<~~> ^ start of special field < pad character for left adjustification | pad character for centering - > pad character for right adjustificat + > pad character for right adjustification # pad character for a right justified numeric field 0 instead of first #: pad number with leading zeroes . decimal point within a numeric field |