Skip to content

Commit 11d4f37

Browse files
spelling fix
1 parent d1fdde2 commit 11d4f37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user-guide/patterns/sums.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ as shown below.
115115

116116
.. todo::
117117

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

0 commit comments

Comments
 (0)