Skip to content

Commit e1281f2

Browse files
author
Jan-Olof Hendig
committed
Fix typo
1 parent 2131bc2 commit e1281f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Iterable.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Its important aspect is a method stub for C<iterator>.
2020
};
2121
2222
my @a does DNA = 'GAATCC';
23-
.say for @a; # OUTPUT: «G␤G␤A␤T␤C␤C␤»
23+
.say for @a; # OUTPUT: «G␤A␤A␤T␤C␤C␤»
2424
2525
=head1 Methods
2626

0 commit comments

Comments
 (0)