Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tiny typo fix in private method example
  • Loading branch information
kanatohodets committed Sep 10, 2014
1 parent 2b4bfef commit dc2e59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/objects.pod
Expand Up @@ -250,7 +250,7 @@ name, and are called with the exclamation mark instead of the dot:
}
method public($x) {
if self.precondition {
self!do-something--private(2 * $x)
self!do-something-private(2 * $x)
}
}
Expand Down

0 comments on commit dc2e59b

Please sign in to comment.