We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf1b87 commit e6cd6b1Copy full SHA for e6cd6b1
frame/uniques/src/lib.rs
@@ -389,7 +389,7 @@ pub mod pallet {
389
///
390
/// Weight: `O(n + m)` where:
391
/// - `n = witness.instances`
392
- /// - `m = witness.instance_metdadatas`
+ /// - `m = witness.instance_metadatas`
393
/// - `a = witness.attributes`
394
#[pallet::weight(T::WeightInfo::destroy(
395
witness.instances,
0 commit comments