Skip to content

Commit 9322fc4

Browse files
committed
Fixed typo reported by Kevin Granade.
1 parent 2cefffa commit 9322fc4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CREDITS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,6 @@ E: [email protected]
251251

252252
N: Daniel Holz
253253
254+
255+
N: Kevin Granade
256+

sections/operator_types.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ appropriately. For example:
254254
my $cal_length = length $calendar;
255255

256256
is( @scheherazade, 1001, 'list repeated' );
257-
is( $length, 1001 * length 'nights',
257+
is( $cal_length, 1001 * length 'nights',
258258
'word repeated' );
259259

260260
my @schenolist = 'nights' x 1001;

0 commit comments

Comments
 (0)