clarify comment (#3391)

* clarify comment

* clarify comment

* clarify comment
This commit is contained in:
AndrewSterlin
2019-08-14 17:01:41 +08:00
committed by Gavin Wood
parent 0c941d66cb
commit 818bf37931
+2 -2
View File
@@ -256,11 +256,11 @@ pub enum PermissionVersions<AccountId> {
/// Asset permission types
pub enum PermissionType {
/// Permission to update asset permission
/// Permission to burn asset permission
Burn,
/// Permission to mint new asset
Mint,
/// Permission to burn asset
/// Permission to update asset
Update,
}