Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo in code example
  • Loading branch information
Jan-Olof Hendig committed Jun 3, 2016
1 parent a595d1e commit b3bdaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Submethod.pod
Expand Up @@ -18,7 +18,7 @@ declarator:
class Area {
has $.size;
submethod BUILD(:$x, :$y, $z) {
submethod BUILD(:$x, :$y, :$z) {
$!size = $x * $y * $z;
}
}
Expand Down

0 comments on commit b3bdaa0

Please sign in to comment.