We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fdde2 commit 11d4f37Copy full SHA for 11d4f37
docs/user-guide/patterns/sums.rst
@@ -115,9 +115,9 @@ as shown below.
115
116
.. todo::
117
118
- * Explain that the :cvl:`require` statement in the hook is equivalent to a forall
119
- statement.
+ * Explain that the :cvl:`require` statement in the hook is equivalent to a
+ :cvl:`forall` statement.
120
* Show this might be unsound - for example if we added balances in the constructor
121
not through minting.
122
- * 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()`
123
is greater than :cvl:`balanceOf(address)`.
0 commit comments