diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-08-10 09:47:28 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-08-15 09:05:47 -0600 |
commit | 5b1cac40b9ebeb00508d2a1bf123bb180abf1809 (patch) | |
tree | abe9f8dc8e7047739fc1f63e8e1dbbebb1fa13b5 /t | |
parent | f79aa60b66082c8bff80f325979742bfb6c73709 (diff) | |
download | perl-5b1cac40b9ebeb00508d2a1bf123bb180abf1809.tar.gz |
podcheck.t pod grammar fix
Diffstat (limited to 't')
-rw-r--r-- | t/porting/podcheck.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t index a1f35a107f..5c10543fd8 100644 --- a/t/porting/podcheck.t +++ b/t/porting/podcheck.t @@ -78,7 +78,7 @@ It's annoying to have lines wrap when displaying pod documentation in a terminal window. This checks that all verbatim lines fit in a standard 80 column window, even when using a pager that reserves a column for its own use. (Thus the check is for a net of 79 columns.) -For those that lines that don't fit, it tells you how much needs to be cut in +For those lines that don't fit, it tells you how much needs to be cut in order to fit. Often, the easiest thing to do to gain space for these is to lower the indent |