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
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,6 @@ E: [email protected]

N: Daniel Holz
E: [email protected]

N: Kevin Granade
E: [email protected]
2 changes: 1 addition & 1 deletion sections/operator_types.pod
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ appropriately. For example:
my $cal_length = length $calendar;

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

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

0 comments on commit 9322fc4

Please sign in to comment.