added a colon

This commit is contained in:
Nikita Khateev
2023-12-12 19:01:15 +04:00
parent 7f33042caf
commit 5f655680ab
+1 -1
View File
@@ -22,7 +22,7 @@ This pallet enables delegation of rights to execute certain call types from one
== Config
* Pallet-specific configs
* Pallet-specific configs:
** `ProxyType` -- a type that describes different variants of proxy. It must implement `Default` trait and `InstanceFilter<RuntimeCall>` trait.
** `ProxyDepositBase` -- a base amount of currency that defines a deposit for proxy creation.
** `ProxyDepositFactor` -- an amount of currency that will be frozen along with the `ProxyDepositBase` for each additional proxy.