Update docs/060-breaking-changes.rst

Co-Authored-By: Bhargava Shastry <bhargava.shastry@ethereum.org>
This commit is contained in:
chriseth 2019-12-12 20:05:37 +01:00 committed by GitHub
parent 9da57ee791
commit 3438a8d498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ New Features
============ ============
This section lists things that were not possible prior to Solidity 0.6.0 This section lists things that were not possible prior to Solidity 0.6.0
or at least more difficult. or at least were more difficult to achieve prior to Solidity 0.6.0.
* The :ref:`try/catch statement <try-catch>` allows you to react on failed external calls. * The :ref:`try/catch statement <try-catch>` allows you to react on failed external calls.
* ``struct`` and ``enum`` types can be declared at file level. * ``struct`` and ``enum`` types can be declared at file level.