diff --git a/docs/src/components/contracts.md b/docs/src/components/contracts.md index 784370ab2..cb740f492 100644 --- a/docs/src/components/contracts.md +++ b/docs/src/components/contracts.md @@ -29,7 +29,9 @@ Types](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type). As a very simple example, if the contract's state is a single number, then the contract could define the merging of two states as the maximum of the two numbers. -In mathematical terms, a contract defines a [commutative monoid](https://mathworld.wolfram.com/CommutativeMonoid.html) on the contract's state - but you can ignore this if you're not a mathematician. +In mathematical terms, a contract defines a [commutative +monoid](https://mathworld.wolfram.com/CommutativeMonoid.html) on the contract's +state - but you can ignore this if you're not a mathematician. #### Efficient State Synchronization