From 61edc90f578515202ac473027ec926c44b568ed1 Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Thu, 21 Sep 2023 17:05:58 +0800 Subject: [PATCH] Fix markdown syntax error --- docs/build/wasp/0.7.0/docs/guide/evm/magic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/wasp/0.7.0/docs/guide/evm/magic.md b/docs/build/wasp/0.7.0/docs/guide/evm/magic.md index 567149d0e3e..b6c2f4cf117 100644 --- a/docs/build/wasp/0.7.0/docs/guide/evm/magic.md +++ b/docs/build/wasp/0.7.0/docs/guide/evm/magic.md @@ -22,7 +22,7 @@ functionality through the _ISC Magic Contract_. The Magic contract is an EVM contract deployed by default on every ISC chain, in the EVM genesis block, at address `0x1074000000000000000000000000000000000000`. The implementation of the Magic contract is baked-in in -the [`evm`](/learn/smart-contracts/core_concepts/core_contracts/evm) [core contract](/learn/smart-contracts/core_concepts/core_contracts/overview)); +the [`evm`](/learn/smart-contracts/core_concepts/core_contracts/evm) [core contract](/learn/smart-contracts/core_concepts/core_contracts/overview); i.e. it is not a pure-Solidity contract. The Magic contract has several methods, which are categorized into specialized