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-07 20:28:59 +04:00 committed by GitHub
parent d59498914b
commit 1514cb2949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
```