Skip to content

Commit

Permalink
text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Mar 26, 2024
1 parent 6165e96 commit 41bd102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/build/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This Build Guide organizes everything you need to know about developing Holochai

## Working with data

Shared data in a Holochain application is stored as a graph database of **entry** nodes connected by **links**, plus a couple special types of data that can also be treated as nodes in the graph:
Shared data in a Holochain application is stored as a graph database of **entry** nodes connected by **links**, plus a couple special types of data that can also be treated as linkable nodes in the graph:

* An **action** records the act of manipulating an entry or link and contains metadata about the act, such as authorship and timestamp.
* An **agent ID** is the public key of a participant in an application.
Expand Down

0 comments on commit 41bd102

Please sign in to comment.