Skip to content

Commit

Permalink
Merge pull request #61 from pdecat/patch-1
Browse files Browse the repository at this point in the history
Remove misplaced "calls"
  • Loading branch information
mgeisler authored Dec 27, 2022
2 parents 5065221 + b5cbe48 commit bc37d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memory-management/garbage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
An alternative to manual and scope-based memory management is automatic memory
management:

* The programmer never calls allocates or deallocates memory explicitly.
* The programmer never allocates or deallocates memory explicitly.
* A garbage collector finds unused memory and deallocates it for the programmer.

## Java Example
Expand Down

0 comments on commit bc37d48

Please sign in to comment.