Fix introduction

This commit is contained in:
Luke Murphy 2019-08-04 00:45:41 +02:00
parent ec7bd1600c
commit e67d062f45
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 5 deletions

View File

@ -29,11 +29,10 @@ From `The Dat Protocol`_:
.. _The Dat Protocol: https://datprotocol.github.io/book/ch01-01-flat-tree.html .. _The Dat Protocol: https://datprotocol.github.io/book/ch01-01-flat-tree.html
A merkle tree is a hash tree or Merkle tree is a tree in which every leaf A hash tree or merkle tree is a tree in which every leaf node is labelled
node is labelled with the hash of a data block and every non-leaf node is with the hash of a data block and every non-leaf node is labelled with the
labelled with the cryptographic hash of the labels of its child nodes. cryptographic hash of the labels of its child nodes. Merkle trees in Dat
Merkle Trees in Dat are specialized `Flat Trees`_ that contain the content are specialized `flat trees`_ that contain the content of the archives.
of the archives.
.. _Flat Trees: https://flat-tree.readthedocs.io/en/latest/ .. _Flat Trees: https://flat-tree.readthedocs.io/en/latest/