Highlighted "revert" command

When reading through the documentation, I found that highlighting was missed for the revert command and added that.
This commit is contained in:
Amsavarthan Lv 2022-02-13 15:17:37 +05:30 committed by GitHub
parent 1210c3e60f
commit e3ebcd63cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ than the maximum value of ``uint`` (``2**256 - 1``). This is also true for the s
:ref:`Errors <errors>` allow you to provide more information to the caller about :ref:`Errors <errors>` allow you to provide more information to the caller about
why a condition or operation failed. Errors are used together with the why a condition or operation failed. Errors are used together with the
:ref:`revert statement <revert-statement>`. The revert statement unconditionally :ref:`revert statement <revert-statement>`. The ``revert`` statement unconditionally
aborts and reverts all changes similar to the ``require`` function, but it also aborts and reverts all changes similar to the ``require`` function, but it also
allows you to provide the name of an error and additional data which will be supplied to the caller allows you to provide the name of an error and additional data which will be supplied to the caller
(and eventually to the front-end application or block explorer) so that (and eventually to the front-end application or block explorer) so that