We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bce5f9 commit 6e8b9dfCopy full SHA for 6e8b9df
docs/contracts/function-modifiers.rst
@@ -132,7 +132,7 @@ variables are set to their :ref:`default values<default-value>` just as if the f
132
body.
133
134
The ``_`` symbol can appear in the modifier multiple times. Each occurrence is replaced with
135
-the function body.
+the function body, and the function returns the return value of the final occurrence.
136
137
Arbitrary expressions are allowed for modifier arguments and in this context,
138
all symbols visible from the function are visible in the modifier. Symbols
0 commit comments