Fix grammatical mistake (#5546)

pull/5577/head
Abhishek 6 months ago committed by GitHub
parent 3f132ca632
commit 9fcf7b7c93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/java/content/101-java-advanced-topics/101-memory-management.md

@ -1,6 +1,6 @@
# Memory Management
In Java, memory management is the process of allocation and de-allocation of objects, called Memory management.
In Java, memory management is the process of allocation and de-allocation of objects.
Visit the following resources to learn more:

Loading…
Cancel
Save