diff --git a/EIPS/eip-998.md b/EIPS/eip-998.md index bc87b8b1..3454c63b 100644 --- a/EIPS/eip-998.md +++ b/EIPS/eip-998.md @@ -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.