diff --git a/docs/070-breaking-changes.rst b/docs/070-breaking-changes.rst index 19eaefcf2..05e98a4dc 100644 --- a/docs/070-breaking-changes.rst +++ b/docs/070-breaking-changes.rst @@ -78,7 +78,7 @@ Mappings outside Storage Functions and Events -------------------- -* Visibility (``public`` / ``external``) is not needed for constructors anymore: +* Visibility (``public`` / ``internal``) is not needed for constructors anymore: To prevent a contract from being created, it can be marked ``abstract``. This makes the visibility concept for constructors obsolete.