diff --git a/docs/sophia_features.md b/docs/sophia_features.md index 04a9147..3d8b99d 100644 --- a/docs/sophia_features.md +++ b/docs/sophia_features.md @@ -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 =