Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Twigil in a BUILD call must be '!'
  • Loading branch information
cognominal committed Mar 25, 2013
1 parent 7371e2e commit eac99e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-objects.pod
Expand Up @@ -651,7 +651,7 @@ Submethods are for declaring infrastructural methods that shouldn't
be inherited by subclasses, such as initializers:

submethod BUILD (:$arg) {
$.attr = $arg;
$!attr = $arg;
}

Apart from the keyword, submethod declaration and call syntax is
Expand Down

0 comments on commit eac99e2

Please sign in to comment.