Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shoham-certora committed Jul 31, 2024
1 parent d1fdde2 commit 11d4f37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/patterns/sums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ as shown below.

.. todo::

* Explain that the :cvl:`require` statement in the hook is equivalent to a forall
statement.
* Explain that the :cvl:`require` statement in the hook is equivalent to a
:cvl:`forall` statement.
* Show this might be unsound - for example if we added balances in the constructor
not through minting.
* A sound approach is proving an invariant that forall addresses :cvl:`totalSupply()`
* A sound approach is proving an invariant that for all addresses :cvl:`totalSupply()`
is greater than :cvl:`balanceOf(address)`.

0 comments on commit 11d4f37

Please sign in to comment.