Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
toliaqat committed Sep 27, 2024
1 parent ed18a3f commit 08bebeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/glossary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ The system automatically keeps the entire memory state in such a way that comput
This means the programmer doesn't need to explicitly save or restore any data, making for an easy and convenient programming model.

Orthogonal persistence is contrasted with:

- Manual Persistence: Where all in-memory state is volatile, and anything you want saved you have to explicitly save yourself, such as by writing
to a file or database. All acts of recording and recovering state are deliberate actions performed by the code.
- Automatic Persistence: Where certain data is designated to be kept, either declaratively or through procedural interfaces.
Expand Down

0 comments on commit 08bebeb

Please sign in to comment.