fix styling

This commit is contained in:
Stefan Feješ
2018-09-01 15:10:57 +02:00
parent cfab94a7f7
commit a04d257c79
3 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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).