Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Aug 8, 2016
1 parent a4b4101 commit c8691de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/typesystem.pod6
Expand Up @@ -54,7 +54,7 @@ C<.new> defined in C<Mu>.
has $.attr;
submethod BUILD (:$attr = 42) {
$!attr = $attr
};
};
multi method new($positional) {
self.bless(:attr($positional), |%_)
}
Expand Down

0 comments on commit c8691de

Please sign in to comment.