Skip to content

Commit

Permalink
POD typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Oct 10, 2010
1 parent 0c28516 commit 0b38e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/autobox/Core.pm
Expand Up @@ -116,9 +116,9 @@ Of the built-in stuff, only a few stragglers such as C<srand> were excluded.
C<concat> is the C<.> operator. C<concat> is the C<.> operator.
C<strip> is not a built-in operator or function but is instead one of a number of user-defined C<strip> is not a built-in operator or function but is instead one of a number of user-defined
convinience methods. convenience methods.
C<strip> strips out whitespace from the beginning and end of a string. C<strip> strips out whitespace from the beginning and end of a string.
This is redundant and subtely different from C<trim> XXX. This is redundant and subtly different from C<trim> XXX.
C<trim> strips out whitespace from the beginning and end of a string. C<trim> strips out whitespace from the beginning and end of a string.
Expand Down

0 comments on commit 0b38e64

Please sign in to comment.