Skip to content

Commit e6cd6b1

Browse files
authored
Fixed typo in comment (paritytech#9182)
1 parent ecf1b87 commit e6cd6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/uniques/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ pub mod pallet {
389389
///
390390
/// Weight: `O(n + m)` where:
391391
/// - `n = witness.instances`
392-
/// - `m = witness.instance_metdadatas`
392+
/// - `m = witness.instance_metadatas`
393393
/// - `a = witness.attributes`
394394
#[pallet::weight(T::WeightInfo::destroy(
395395
witness.instances,

0 commit comments

Comments
 (0)