Merge pull request #11298 from ethereum/docs-no-external-constructors

[Docs] 0.7.0 breaking changes: There were no external constructors
This commit is contained in:
Leonardo 2021-04-23 10:42:04 +02:00 committed by GitHub
commit 15decd2413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.