Fix typo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-05-16 18:32:17 +02:00
parent 766d2ef38b
commit d218642916
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
$ pip install merkle-tree-stream
```
A hash tree or merkle tree is a tree in which every leaf node is labelled
with the hash of a data block and every non-leaf node is labelled with the
cryptographic hash of the labels of its child nodes. Merkle trees in Dat
are specialized `flat trees`\_ that contain the content of the archives.
A hash tree or merkle tree is a tree in which every leaf node is labelled with
the hash of a data block and every non-leaf node is labelled with the
cryptographic hash of the labels of its child nodes. Merkle trees in Dat are
specialized flat trees that contain the content of the archives.