Skip to content

Commit

Permalink
Simplify some circumlocuitous phrasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
skids committed Apr 15, 2015
1 parent ee17dc0 commit 152bf49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Language/objects.pod
Expand Up @@ -226,8 +226,7 @@ Methods are declared with the C<method> keyword inside a class body.
A method can have a signature, just like a subroutine. Attributes can be
used in methods and can always be used with the C<!> twigil, even if they
are declared with the C<.> twigil. This is because really, the C<.> twigil
declares an attribute with the C<!> twigil in its place and then
additionally generates an accessor method.
declares a C<!> twigil and then additionally generates an accessor method.
There is a subtle but important difference between using, say, C<$!origin>
and C<$.origin> in the method C<describe>. The first is always a simple
Expand Down

0 comments on commit 152bf49

Please sign in to comment.