Skip to content

Commit

Permalink
fix typo (CryptozombiesHQ#696)
Browse files Browse the repository at this point in the history
added 'sort' to 'of', so expression reads 'sort of'. otherwise could remove 'of'
  • Loading branch information
6str authored Oct 21, 2022
1 parent 3964ced commit 7858b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/14/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Interfaces are somehow similar to contracts, but they only declare functions. In
* constructors,
* or inherit from other contracts.

You can think of an interface as of an ABI. Since they're used to allow different contracts to interact with each other, all functions must be `external`
You can think of an interface as sort of an ABI. Since they're used to allow different contracts to interact with each other, all functions must be `external`

Let's look at a simple example. Suppose there's a contract called `FastFood` that looks something like the following:

Expand Down

0 comments on commit 7858b83

Please sign in to comment.