Skip to content

Commit

Permalink
Fix markdown syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay authored Sep 21, 2023
1 parent a8fe5d2 commit 61edc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/wasp/0.7.0/docs/guide/evm/magic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61edc90

Please sign in to comment.