aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Caswell <tim@creationix.com>2017-08-09 13:59:47 -0500
committerJoe Hand <joe@joeahand.com>2017-08-09 11:59:47 -0700
commit954bbe74f874a886b2a78a686c82819c741ea30a (patch)
tree857313262168f5e461b5fe4e8591eb62c5922b67
parent15499fe6c878c8f912fa31b5d85ce7045c6c636d (diff)
downloaddat-docs-954bbe74f874a886b2a78a686c82819c741ea30a.tar.gz
dat-docs-954bbe74f874a886b2a78a686c82819c741ea30a.zip
Fix typo in hypercore example. (#81)
The hash comment for item 9 was missing it's sources.
-rw-r--r--papers/dat-paper.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/papers/dat-paper.md b/papers/dat-paper.md
index 102007b..2a496ba 100644
--- a/papers/dat-paper.md
+++ b/papers/dat-paper.md
@@ -241,7 +241,7 @@ These chunks then each get hashed, and the hashes get arranged into a Merkle tre
5 - hash(4 + 6)
6 - hash(cat-1)
8 - hash(cat-2)
- 9 - hash()
+ 9 - hash(8 + 10)
10 - hash(cat-3)
```