Change "the same type" to "compatible types"

This commit is contained in:
Gaith Hallak 2022-07-25 00:31:36 +04:00
parent 2dd461b2b0
commit 41c0609837

View File

@ -138,7 +138,7 @@ contract must be pointed out with the `main` keyword as shown in the example.
Contracts can implement one or multiple interfaces, the contract has to define
every entrypoint from the implemented interface and the entrypoints in both
the contract and implemented interface should have the exact same type.
the contract and implemented interface should have compatible types.
```
contract interface Animal =