aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBret Comnes <bcomnes@gmail.com>2018-03-22 12:14:36 -0700
committerGitHub <noreply@github.com>2018-03-22 12:14:36 -0700
commit9780a94c43f3ba0a4913763cf47d624a40495cef (patch)
treef25a49a0236541cee6b4ce3f55461712831521b1
parent6d128a843d9486f2789872fd8191d49f06db3464 (diff)
downloaddat-deps-9780a94c43f3ba0a4913763cf47d624a40495cef.tar.gz
dat-deps-9780a94c43f3ba0a4913763cf47d624a40495cef.zip
Minor grammar fix
-rw-r--r--proposals/0002-hypercore.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/0002-hypercore.md b/proposals/0002-hypercore.md
index 5e6fda2..b01ea0d 100644
--- a/proposals/0002-hypercore.md
+++ b/proposals/0002-hypercore.md
@@ -62,7 +62,7 @@ A sample flat tree spanning 4 blocks of data looks like this:
The even numbered entries represent data blocks (leaf nodes) and odd numbered entries represent parent nodes that have two children.
-The depth of an tree node can be calculated by counting the number of trailing 1s a node has in binary notation.
+The depth of a tree node can be calculated by counting the number of trailing 1s a node has in binary notation.
```
5 in binary = 101 (one trailing 1)