aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/contracts.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 2149167b..561d2f97 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.