diff --git a/docs/OVERVIEW.md b/docs/OVERVIEW.md index b98d583..a304237 100644 --- a/docs/OVERVIEW.md +++ b/docs/OVERVIEW.md @@ -30,7 +30,7 @@ flowchart TD style W2 text-align:left ``` -Messages must contain implicit or explicit resource ids to handle conflicts. For example, a message updating user 123's display name can include the identifier`123.display_name`. If many messages have the same identifier, the network keeps the one with the highest order. Messages are ordered by comparing timestamps and, if they are equal, comparing hashes lexicographically. +Messages must contain implicit or explicit resource ids to handle conflicts. For example, a message updating user 123's display name can include the identifier `123.display_name`. If many messages have the same identifier, the network keeps the one with the highest order. Messages are ordered by comparing timestamps and, if they are equal, comparing hashes lexicographically. Actions such as likes are reversible by adding a _remove message_ with a higher order than the _add message_. Privacy-preserving deletes are also possible for messages that add new content such as posts. A remove message is created with the hash of the _add message_, which is then dropped by the network.