From 2dd461b2b0b9a397ac5aff27b0e94c209dc1ca5b Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Mon, 25 Jul 2022 00:28:58 +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 dc227fc..04a9147 100644 --- a/docs/sophia_features.md +++ b/docs/sophia_features.md @@ -150,7 +150,7 @@ contract interface Animal = Contract interfaces can extend other interfaces. An extended interface has to declare all entrypoints from every parent interface. All the declarations in the extended -interface must have the same type as the declarations from the parent +interface must have types compatible with the declarations from the parent interface. ```