diff --git a/docs/contracts.rst b/docs/contracts.rst index 2149167b2..561d2f976 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -1158,7 +1158,6 @@ Interfaces are similar to abstract contracts, but they cannot have any functions - Cannot define constructor. - Cannot define variables. - Cannot define structs. -- Cannot define enums. Some of these restrictions might be lifted in the future.