From 3438a8d4981409c7739b9addf35d5aa0fac36c23 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 12 Dec 2019 20:05:37 +0100 Subject: [PATCH] Update docs/060-breaking-changes.rst Co-Authored-By: Bhargava Shastry --- docs/060-breaking-changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/060-breaking-changes.rst b/docs/060-breaking-changes.rst index 3ab14a2a0..8c70514cf 100644 --- a/docs/060-breaking-changes.rst +++ b/docs/060-breaking-changes.rst @@ -86,7 +86,7 @@ New Features ============ 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 ` allows you to react on failed external calls. * ``struct`` and ``enum`` types can be declared at file level.