diff --git a/glossary/Garbage-collection.md b/glossary/Garbage-collection.md index 932169299..33e67ee63 100644 --- a/glossary/Garbage-collection.md +++ b/glossary/Garbage-collection.md @@ -1,3 +1,4 @@ ### Garbage collection -Garbage collection is a form of automatic memory management. It attempts to reclaim memory occupied by objects that are no longer used by the program. +Garbage collection is a form of automatic memory management. +It attempts to reclaim memory occupied by objects that are no longer used by the program. diff --git a/glossary/Mutabe-value.md b/glossary/Mutabe-value.md index 16624abf6..7fa7fa568 100644 --- a/glossary/Mutabe-value.md +++ b/glossary/Mutabe-value.md @@ -1,7 +1,5 @@ ### Mutable value Mutable value is a type of variable that can be changed once created. - Objects are mutable as their state can be modified after they are created. - Primitive values are not mutable as we perform reassignment once we change them. diff --git a/glossary/SSL.md b/glossary/SSL.md index 81dc2d2dc..62905a359 100644 --- a/glossary/SSL.md +++ b/glossary/SSL.md @@ -1,3 +1,5 @@ ### SSL -Secure Sockets Layer known as SSL is a protocol for transferring private data across the Internet. SSL uses a cryptographic system that uses two keys to encrypt data. SSL is the predecessor to Transport Layer Security (TLS). +Secure Sockets Layer known as SSL is a protocol for transferring private data across the Internet. +SSL uses a cryptographic system that uses two keys to encrypt data. +SSL is the predecessor to Transport Layer Security (TLS).