Skip to content

Commit 2e85fac

Browse files
authored
Merge pull request #3669 from olorin37/patch-2
Correct typo
2 parents 9032569 + f247ee4 commit 2e85fac

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
@@ -540,7 +540,7 @@ TODO
540540
=head1 Tail Call Optimization or Tail Call Elimination
541541
542542
Haskell and many other functional programming languages use tail call optimization, also
543-
sometimes called tail tall elimination, to remove the stack overhead of some types
543+
sometimes called tail call elimination, to remove the stack overhead of some types
544544
of recursive function calls.
545545
546546
There is nothing in the Raku language specification forbidding the implementation of this

0 commit comments

Comments
 (0)