Update docs/sophia_features.md

Co-authored-by: Radosław Rowicki <35342116+radrow@users.noreply.github.com>
This commit is contained in:
Gaith Hallak 2022-07-25 00:28:58 +04:00 committed by GitHub
parent 66f56a0eb2
commit 2dd461b2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ contract interface Animal =
Contract interfaces can extend other interfaces. An extended interface has to Contract interfaces can extend other interfaces. An extended interface has to
declare all entrypoints from every parent interface. All the declarations in the extended 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. interface.
``` ```