Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Michael G. Schwern <schwern@pobox.com>
  • Loading branch information
szabgab authored and schwern committed Feb 14, 2009
1 parent f0fad55 commit fe53006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Test/More.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ is_deeply() compares the dereferenced values of references, the
references themselves (except for their type) are ignored. This means references themselves (except for their type) are ignored. This means
aspects such as blessing and ties are not considered "different". aspects such as blessing and ties are not considered "different".
is_deeply() current has very limited handling of function reference is_deeply() currently has very limited handling of function reference
and globs. It merely checks if they have the same referent. This may and globs. It merely checks if they have the same referent. This may
improve in the future. improve in the future.
Expand Down Expand Up @@ -1059,7 +1059,7 @@ sub note {
my @dump = explain @diagnostic_message; my @dump = explain @diagnostic_message;
Will dump the contents of any references in a human readable format. Will dump the contents of any references in a human readable format.
Usually you want to pass this into C<note> or C<dump>. Usually you want to pass this into C<note> or C<diag>.
Handy for things like... Handy for things like...
Expand Down

0 comments on commit fe53006

Please sign in to comment.