git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Commit 23aa8de0c21be28b0480c9f96199981a0e8beeb0

Update spec.md

wanderer authored on 8/7/2017, 3:42:16 PM
GitHub committed on 8/7/2017, 3:42:16 PM
Parent: c4b7f73b806c5b81acb846982ed7948b444f61b9

Files changed

docs/spec.mdchanged
docs/spec.mdView
@@ -23,9 +23,9 @@
2323 node : = [LBRANCH, RBRANCH]
2424 ```
2525
2626 All empty values in the array are encoded as "undefined".
27-An emty tree is defined as `{}`
27 +An emty tree is defined as `[undefined, undefined]`
2828
2929 ## Branches
3030
3131 Each link points to the next node in the tree.

Built with git-ssb-web