From a04d257c794116454d56b38c3787422d2964fd7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Sat, 1 Sep 2018 15:10:57 +0200 Subject: [PATCH] fix styling --- glossary/Garbage-collection.md | 3 ++- glossary/Mutabe-value.md | 2 -- glossary/SSL.md | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) 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).