Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #84 from stmuk/master
fix minor typos
  • Loading branch information
moritz committed Aug 25, 2015
2 parents a036141 + 7998e63 commit a5f3c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes-and-objects.pod
Expand Up @@ -534,7 +534,7 @@ the original object C<$o>. While this does not work perfectly in all
casesN<For example closures cannot easily be reproduced this way; if you don't
know what a closure is don't worry. Also current implementations have problems
with dumping cyclic data structures this way, but they are expected to be
handlded correctly by C<.perl> at some point.>, it
handled correctly by C<.perl> at some point.>, it
is very useful for debugging simple objects.

Finally C<$o.^methods(:local)> produces a list of methods that can be called
Expand Down Expand Up @@ -691,6 +691,6 @@ gets checked-and-set atomically?

=for authors

TODO: Optiionally talk about multi methods
TODO: Optionally talk about multi methods

=end authors

0 comments on commit a5f3c17

Please sign in to comment.