mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12485 from bradenwatling/patch-1
Fix typo in control-structures.rst
This commit is contained in:
commit
96f06d29c2
@ -699,7 +699,7 @@ safest action is to revert all changes and make the whole transaction
|
|||||||
(or at least call) without effect.
|
(or at least call) without effect.
|
||||||
|
|
||||||
In both cases, the caller can react on such failures using ``try``/``catch``, but
|
In both cases, the caller can react on such failures using ``try``/``catch``, but
|
||||||
the changes in the caller will always be reverted.
|
the changes in the callee will always be reverted.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user