From fdece81806049cf95ab747825c9dfc91a11107c5 Mon Sep 17 00:00:00 2001 From: Christopher Adams Date: Mon, 20 Feb 2023 18:51:29 +0800 Subject: [PATCH] Update EIP-721: Spell collectible consistently --- EIPS/eip-721.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-721.md b/EIPS/eip-721.md index 9ced980dbe1697..2c9c8be488602b 100644 --- a/EIPS/eip-721.md +++ b/EIPS/eip-721.md @@ -21,7 +21,7 @@ The following standard allows for the implementation of a standard API for NFTs We considered use cases of NFTs being owned and transacted by individuals as well as consignment to third party brokers/wallets/auctioneers ("operators"). NFTs can represent ownership over digital or physical assets. We considered a diverse universe of assets, and we know you will dream up many more: - Physical property — houses, unique artwork -- Virtual collectables — unique pictures of kittens, collectable cards +- Virtual collectibles — unique pictures of kittens, collectible cards - "Negative value" assets — loans, burdens and other responsibilities In general, all houses are distinct and no two kittens are alike. NFTs are *distinguishable* and you must track the ownership of each one separately.