Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy committed Dec 6, 2024
1 parent 023b7d2 commit fdf0b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InternalDocs/garbage_collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ Then the above algorithm is repeated, starting from step 2.
Determining how much work to do
-------------------------------

We need to do a certain amount of work to enusre that garbage is collected,
We need to do a certain amount of work to ensure that garbage is collected,
but doing too much work slows down execution.

To work out how much work we need to do, consider a heap with `L` live objects
Expand Down

0 comments on commit fdf0b4d

Please sign in to comment.