Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[docs] remove implication about the reality of other object systems
  • Loading branch information
perlpilot committed Nov 5, 2015
1 parent e3ca2fd commit bbd2a94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Perl6/Perl5/Differences.pod
Expand Up @@ -345,9 +345,9 @@ Formats will be handled by external libraries.

=head1 Objects

Perl 6 has a "real" object system, with key words for classes, methods and
attributes. Public attributes have the C<.> twigil, private ones the C<!>
twigil.
Perl 6 has an object system built into the language, with key words for
classes, roles, methods and attributes. Public attributes have the C<.>
twigil, private ones the C<!> twigil.

class YourClass {
has $!private;
Expand Down

0 comments on commit bbd2a94

Please sign in to comment.