Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
functinality -> functionality
  • Loading branch information
eltociear authored Jul 7, 2024
1 parent 90710bb commit 6fc8388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Main ERC-223 contracts:

### Extensions of the base functionality

- [ERC223Mintable.sol](https://github.com/Dexaran/ERC223-token-standard/blob/development/token/ERC223/extensions/ERC223Mintable.sol): Minting functinality for ERC223 tokens.
- [ERC223Mintable.sol](https://github.com/Dexaran/ERC223-token-standard/blob/development/token/ERC223/extensions/ERC223Mintable.sol): Minting functionality for ERC223 tokens.

- [ERC223Burnable.sol](https://github.com/Dexaran/ERC223-token-standard/blob/development/token/ERC223/extensions/ERC223Burnable.sol): Burning functionality implementation for ERC223 tokens. Allows any address to burn its tokens by calling the `burn` function of the contract.

Expand Down

0 comments on commit 6fc8388

Please sign in to comment.