Skip to content

Commit

Permalink
fix typo (closes #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Jul 27, 2014
1 parent 5abc4ad commit b23aa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ You define test methods using the L<Test|/"Test"> attribute. For example:
use Test::More;
sub subtraction : Test {
is( 2-1, 1, 'subtraction works );
is( 2-1, 1, 'subtraction works' );
};
This declares the C<subtraction> method as a test method that runs one test.
Expand Down

0 comments on commit b23aa22

Please sign in to comment.