From 648bb484ac1dd316113396d5f809c8a37a2826c4 Mon Sep 17 00:00:00 2001 From: William Morriss Date: Tue, 29 May 2018 16:56:45 -0700 Subject: consistency: unordered list for restrictions --- docs/contracts.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/contracts.rst b/docs/contracts.rst index 7f1899fa..a083b9e9 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -1161,11 +1161,11 @@ Interfaces Interfaces are similar to abstract contracts, but they cannot have any functions implemented. There are further restrictions: -#. Cannot inherit other contracts or interfaces. -#. Cannot define constructor. -#. Cannot define variables. -#. Cannot define structs. -#. Cannot define enums. +- Cannot inherit other contracts or interfaces. +- Cannot define constructor. +- Cannot define variables. +- Cannot define structs. +- Cannot define enums. Some of these restrictions might be lifted in the future. -- cgit v1.2.3