Skip to content

Commit 13df42e

Browse files
author
Joe Hand
authored
fix example from #53 pr (#55)
1 parent b50b746 commit 13df42e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

papers/dat-paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ This tree is for the hashes of the contents of the photos. There is also a secon
252252
```
253253
0 - hash({contentRegister: '9e29d624...'})
254254
1 - hash(0 + 2)
255-
2 - hash({"bat.png", first: 0, last: 3})
256-
4 - hash({"cat.png", first: 3, last: 3})
255+
2 - hash({"bat.png", first: 0, length: 3})
256+
4 - hash({"cat.png", first: 3, length: 3})
257257
```
258258

259259
The first entry in this feed is a special metadata entry that tells Dat the address of the second feed (the content register). Note that node 3 is not included yet, because 3 is the hash of `1 + 5`, but 5 does not exist yet, so will be written at a later update.

0 commit comments

Comments
 (0)