Fixed typo in comment (#9182)

This commit is contained in:
Julien
2021-06-23 12:44:11 +02:00
committed by GitHub
parent 0af5d6ff32
commit 7b50bbb9bf
+1 -1
View File
@@ -389,7 +389,7 @@ pub mod pallet {
/// ///
/// Weight: `O(n + m)` where: /// Weight: `O(n + m)` where:
/// - `n = witness.instances` /// - `n = witness.instances`
/// - `m = witness.instance_metdadatas` /// - `m = witness.instance_metadatas`
/// - `a = witness.attributes` /// - `a = witness.attributes`
#[pallet::weight(T::WeightInfo::destroy( #[pallet::weight(T::WeightInfo::destroy(
witness.instances, witness.instances,