Skip to content

Commit

Permalink
simplify() docs: fix spelling and be explicity about type change
Browse files Browse the repository at this point in the history
  • Loading branch information
moregan authored and wchristian committed Nov 11, 2014
1 parent 1e3480b commit 66e7bba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/PPI/Token/Quote/Double.pm
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ sub interpolations {
For various reasons, some people find themselves compelled to have
their code in the simplest form possible.
The C<simply> method will turn a simple double-quoted string into the
equivalent single-quoted string.
The C<simplify> method will, if possible, modify a simple double-quoted
string token in place, turning it into the equivalent single-quoted
string. If the token is modified, it is reblessed into the
L<PPI::Token::Quote::Single> package.
If the double can be simplified, it will be modified in place and
returned as a convenience, or returns false if the string cannot be
simplified.
The object itself is returned as a convenience.
=cut

Expand Down

0 comments on commit 66e7bba

Please sign in to comment.