Skip to content

Commit 5561873

Browse files
committed
fix typo
1 parent 64fe740 commit 5561873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/haskell-to-p6.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ And now in Perl6 :
390390
=end code
391391
392392
Since C<for> is always eager it is generally better to use C<map> or C<grep> which
393-
will inheirit the laziness or eagerness of its list argument.
393+
will inherit the laziness or eagerness of its list argument.
394394
395395
=begin code
396396
my @evens = map { $_ if $_ %% 2 }, 0..100;

0 commit comments

Comments
 (0)