mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 22:41:02 +00:00
Fixed typo in comment (#9182)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user