Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Apr 17, 2013
1 parent ed21f21 commit 6e965bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/variables.pod
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Note how the attributes are declared as C<$.x> and C<$.y> but are still
accessed via C<$!x> and C<$!y>. This is because in Perl 6 all attributes are
private and can be directly accessed within the class by using
C<$!attribute-name>. Perl 6 may automatically generate accessor methods for you
tough. For more details on objects, classes and their attributes see L<objects>.
though. For more details on objects, classes and their attributes see L<objects>.
=head2 C<?>
Expand Down

0 comments on commit 6e965bb

Please sign in to comment.