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.
2 parents 85d3ddc + e3ebcd6 commit 88f624cCopy full SHA for 88f624c
docs/introduction-to-smart-contracts.rst
@@ -222,7 +222,7 @@ than the maximum value of ``uint`` (``2**256 - 1``). This is also true for the s
222
223
:ref:`Errors <errors>` allow you to provide more information to the caller about
224
why a condition or operation failed. Errors are used together with the
225
-:ref:`revert statement <revert-statement>`. The revert statement unconditionally
+:ref:`revert statement <revert-statement>`. The ``revert`` statement unconditionally
226
aborts and reverts all changes similar to the ``require`` function, but it also
227
allows you to provide the name of an error and additional data which will be supplied to the caller
228
(and eventually to the front-end application or block explorer) so that
0 commit comments