File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ decl_module! {
622622
623623 /// Add a registrar to the system.
624624 ///
625- /// The dispatch origin for this call must be `RegistrarOrigin` or `Root `.
625+ /// The dispatch origin for this call must be `T:: RegistrarOrigin`.
626626 ///
627627 /// - `account`: the account of the registrar.
628628 ///
@@ -1087,7 +1087,7 @@ decl_module! {
10871087 /// `Slash`. Verification request deposits are not returned; they should be cancelled
10881088 /// manually using `cancel_request`.
10891089 ///
1090- /// The dispatch origin for this call must be _Root_ or match `T::ForceOrigin`.
1090+ /// The dispatch origin for this call must match `T::ForceOrigin`.
10911091 ///
10921092 /// - `target`: the account whose identity the judgement is upon. This must be an account
10931093 /// with a registered identity.
You can’t perform that action at this time.
0 commit comments