Uniques: fix typo in README.md (#11329)

existance -> existence
This commit is contained in:
Ikko Ashimine
2022-05-02 19:23:53 +09:00
committed by GitHub
parent e1e4894154
commit b61cfe8be9
+1 -1
View File
@@ -20,7 +20,7 @@ The supported dispatchable functions are documented in the [`uniques::Call`](htt
* **Asset transfer:** The action of transferring an asset instance from one account to another.
* **Asset burning:** The destruction of an asset instance.
* **Non-fungible asset:** An asset for which each unit has unique characteristics. There is exactly
one instance of such an asset in existance and there is exactly one owning account.
one instance of such an asset in existence and there is exactly one owning account.
### Goals