Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
documentation tweak
  • Loading branch information
kraih committed Dec 15, 2012
1 parent d6ec549 commit 7cf20b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Util.pm
Expand Up @@ -542,9 +542,9 @@ Generate MD5 checksum for string.
=head2 C<monkey_patch>
monkey_patch $class, $name, sub {...};
monkey_patch $package, $name, sub {...};
Monkey patch function into class.
Monkey patch function into package.
monkey_patch 'MyApp', 'hello', sub { say 'Hello!' };
Expand Down

0 comments on commit 7cf20b3

Please sign in to comment.