Update eip-998.md (#2314)

Fix minor typo - creates confusion.
This commit is contained in:
Sudeep Biswas 2019-10-25 16:58:37 +00:00 committed by Alex Beregszaszi
parent e44c9e6336
commit 0624d52c1e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ This specification covers four different kinds of composable tokens:
## Abstract
1. An ERC988ERC721 top-down composable is an ERC721 token with additional functionality for owning other ERC721 tokens.
1. An ERC998ERC721 top-down composable is an ERC721 token with additional functionality for owning other ERC721 tokens.
2. An ERC998ERC20 top-down composable is an ERC721 token with additional functionality for owning ERC20 tokens.
3. An ERC998ERC721 bottom-up composable is an ERC721 token with additional functionality for being owned by an ERC721 token.
4. An ERC998ERC20 bottom-up composable is an ERC20 token with additional functionality for being owned by an ERC721 token.