Skip to content

Commit

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

Please sign in to comment.