Skip to content

Commit 636c7f5

Browse files
authored
Missing space OVERVIEW.md (#219)
identifier`123.display_name` - identifier `123.display_name` Missing space Co-authored-by: GooseMatrix <155266802+GooseMatrix@users.noreply.github.com>
1 parent d0d0c04 commit 636c7f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ flowchart TD
3030
style W2 text-align:left
3131
```
3232

33-
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.
33+
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.
3434

3535
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.
3636

0 commit comments

Comments
 (0)