Skip to content

Commit

Permalink
[S12] fix wrong assumptions about type object stringification
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 19, 2013
1 parent 9607528 commit 6d77944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S12-objects.pod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Synopsis 12: Objects

Created: 27 Oct 2004

Last Modified: 15 May 2013
Version: 129
Last Modified: 19 August 2013
Version: 130

=head1 Overview

Expand Down Expand Up @@ -2340,7 +2340,7 @@ be a red flag that Something Very Strange is going on. (Hence the allcaps.)
Most code should use Perl 6's operators that make use of this information
implicitly. For instance, instead of

$obj.WHAT eq 'Dog()'
$obj.WHAT === Dog
$x.WHICH === $y.WHICH
$obj.WHAT.bless(%args)

Expand Down

0 comments on commit 6d77944

Please sign in to comment.