Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 3, 2024
1 parent 16b6aa1 commit f86af8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/chapter2_flow_control/lesson06_tail_calls/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</p>
<p>
To avoid this problem Gleam supports <em>tail call optimisation</em>, which
allows the compiler to reuse the stack frame for the current function if a
function call is the last thing the function does, removing the memory cost.
allows the stack frame for the current function to be reused if a function
call is the last thing the function does, removing the memory cost.
</p>

<p>
Expand Down

0 comments on commit f86af8a

Please sign in to comment.