fixed regression in inline docs (#10819)

This commit is contained in:
S E R A Y A
2022-02-08 15:24:20 +01:00
committed by GitHub
parent f6f82d876b
commit 1b29ce0005
+1 -1
View File
@@ -181,7 +181,7 @@ pub mod pallet {
/// Remove an account's name and take charge of the deposit.
///
/// Fails if `who` has not been named. The deposit is dealt with through `T::Slashed`
/// Fails if `target` has not been named. The deposit is dealt with through `T::Slashed`
/// imbalance handler.
///
/// The dispatch origin for this call must match `T::ForceOrigin`.