Commit 23aa8de0c21be28b0480c9f96199981a0e8beeb0
Update spec.md
wanderer authored on 8/7/2017, 3:42:16 PMGitHub committed on 8/7/2017, 3:42:16 PM
Parent: c4b7f73b806c5b81acb846982ed7948b444f61b9
Files changed
docs/spec.md | changed |
docs/spec.md | ||
---|---|---|
@@ -23,9 +23,9 @@ | ||
23 | 23 … | node : = [LBRANCH, RBRANCH] |
24 | 24 … | ``` |
25 | 25 … | |
26 | 26 … | 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]` | |
28 | 28 … | |
29 | 29 … | ## Branches |
30 | 30 … | |
31 | 31 … | Each link points to the next node in the tree. |
Built with git-ssb-web