Skip to content

Commit

Permalink
Fixed typo reported by Kevin Granade.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Jun 15, 2012
1 parent 2cefffa commit 9322fc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CREDITS
Expand Up @@ -251,3 +251,6 @@ E: tchrist@perl.com


N: Daniel Holz N: Daniel Holz
E: dgholz@gmail.com E: dgholz@gmail.com

N: Kevin Granade
E: kevin.granade@gmail.com
2 changes: 1 addition & 1 deletion sections/operator_types.pod
Expand Up @@ -254,7 +254,7 @@ appropriately. For example:
my $cal_length = length $calendar; my $cal_length = length $calendar;


is( @scheherazade, 1001, 'list repeated' ); is( @scheherazade, 1001, 'list repeated' );
is( $length, 1001 * length 'nights', is( $cal_length, 1001 * length 'nights',
'word repeated' ); 'word repeated' );


my @schenolist = 'nights' x 1001; my @schenolist = 'nights' x 1001;
Expand Down

0 comments on commit 9322fc4

Please sign in to comment.