From a7cd8f2743987e3332f1d0bae900f20c41fffeec Mon Sep 17 00:00:00 2001 From: Alex Heritier Date: Mon, 28 Dec 2020 16:56:38 -0800 Subject: [PATCH] Fixed a typo in interface_questions.md Corrected "syhchronous" to "synchronous" --- interface_questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_questions.md b/interface_questions.md index 78cd8f5f..9ffa3d55 100644 --- a/interface_questions.md +++ b/interface_questions.md @@ -13,7 +13,7 @@ Here are example ewasm contracts comparing the two versions: ``` ;; address 5d48c1018904a172886829bbbd9c6f4a2d06c47b has a balance of 0xde0b6b3a7640000 (1 ETH) (module - ;; syhchronous getBalance method + ;; synchronous getBalance method ;; params are addressOffset, resultOffset (import "ethereum" "getBalance" (func $getBalance (param i32 i32))) (memory 1 )