From 41c0609837588db08bb611cb2c19380216381e68 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Mon, 25 Jul 2022 00:31:36 +0400 Subject: [PATCH] Change "the same type" to "compatible types" --- docs/sophia_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =