Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
S24: Add missing "_" in is_approx
  • Loading branch information
mvuets authored and Paul Cochrane committed Jan 24, 2015
1 parent 81358bc commit 53dfefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S24-testing.pod
Expand Up @@ -177,7 +177,7 @@ The C<is_deeply()> function marks a test as passed if the obtained and expected
values are C<eqv>. This is the best way to check for equality of (deep) data
structures.

=head2 is approx()
=head2 is_approx()

sub is_approx(Mu $got, Mu $expected, $desc?) is export { ... }

Expand Down

0 comments on commit 53dfefc

Please sign in to comment.