Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix thinko, raiph++
  • Loading branch information
moritz committed Jul 21, 2012
1 parent 91f904f commit 75dc961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/objects.pod
Expand Up @@ -60,7 +60,7 @@ Type objects (other than C<Mu>) can be compared for equality with the
C<===> identity operator:
sub f(Int $x) {
if $x.WHAT == Int {
if $x.WHAT === Int {
say 'you passed an Int';
}
else {
Expand Down

0 comments on commit 75dc961

Please sign in to comment.