dat-ecosystem-archive / book

Documentation on how to implement the Dat Protocol [ DEPRECATED - see https://github.com/hypercore-protocol/new-website/tree/master/guides for similar functionality. More info on active projects and modules at https://dat-ecosystem.org/ ]
https://datprotocol.github.io/book/
Apache License 2.0
68 stars 9 forks source link

Fixes description of depth optimization #31

Open smoyer64 opened 3 years ago

smoyer64 commented 3 years ago

**🔦 documentation change?

The optimization for calculating the depth of a node in a flat tree incorrectly states that it can be calculated as the number of trailing zeroes rather than the number of trailing ones. This PR changes that one word.

Checklist

Context

No

Semver Changes

N/A