Skip to content

Commit ac07ad6

Browse files
committed
Fix typo
1 parent 540a7cc commit ac07ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/merklestatements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all of which are represented as `MerkleTree` on the back end.
99

1010
The frontend compound types and their implementation as Merkle trees is explained under [POD value types](./values.md#dictionary-array-set). The backend structure of a MerkleTree is explained on [the Merkle tree page](./merkletree.md).
1111

12-
The POD2 interface provides statements for working with Merkle trees and compond types at all layers of the stack:
12+
The POD2 interface provides statements for working with Merkle trees and compound types at all layers of the stack:
1313
- Primitive statements for Merkle trees
1414
- General derived statements for Merkle trees
1515
- Specialized `ContainsKey`, `NotContainsKey`, and `ContainsValue` statements for the three front-end types.

0 commit comments

Comments
 (0)