From 1514cb29498afaf3e46a908735af3423b0a3742e Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Thu, 7 Jul 2022 20:28:59 +0400 Subject: [PATCH] Update docs/sophia_features.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Radosław Rowicki <35342116+radrow@users.noreply.github.com> --- docs/sophia_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sophia_features.md b/docs/sophia_features.md index b0bfa95..1a64037 100644 --- a/docs/sophia_features.md +++ b/docs/sophia_features.md @@ -168,7 +168,7 @@ contract C : I = ``` It is only possible to implement (or extend) an interface that has been already -defined earlier in the file (or in an included file), and therefore recursive +defined earlier in the file (or in an included file). Therefore recursive interface implementation is not allowed in Sophia. ```