Skip to content

Commit b23aa22

Browse files
fix typo (closes #15)
1 parent 5abc4ad commit b23aa22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Test/Class.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ You define test methods using the L<Test|/"Test"> attribute. For example:
650650
use Test::More;
651651
652652
sub subtraction : Test {
653-
is( 2-1, 1, 'subtraction works );
653+
is( 2-1, 1, 'subtraction works' );
654654
};
655655
656656
This declares the C<subtraction> method as a test method that runs one test.

0 commit comments

Comments
 (0)