Update the documentation and changelog to include polymorphism #887

Merged
ghallak merged 10 commits from ghallak/polymorphism-docs into master 2022-07-26 01:47:17 +09:00
Showing only changes of commit 1514cb2949 - Show all commits

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