aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-08 18:56:07 +0800
committerGitHub <noreply@github.com>2018-08-08 18:56:07 +0800
commit42447a14ebc146dd3ff3034360e85bebe3f34ce6 (patch)
treedf58ede328596328099c697464b807c21fe7a2de /docs
parent154a7706ba2a4fac90eddd12f5bdf57eae1ada42 (diff)
parent047561f4ec2a7c533cedefbda89933526c9a2a59 (diff)
downloaddexon-solidity-42447a14ebc146dd3ff3034360e85bebe3f34ce6.tar.gz
dexon-solidity-42447a14ebc146dd3ff3034360e85bebe3f34ce6.tar.zst
dexon-solidity-42447a14ebc146dd3ff3034360e85bebe3f34ce6.zip
Merge pull request #4747 from ethereum/enum-docs
Update enum with lifting the restriction for interfaces
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.