Skip to content

Commit

Permalink
forma5tting
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 8, 2024
1 parent 4dadc09 commit 85e1430
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/components/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85e1430

Please sign in to comment.