File tree Expand file tree Collapse file tree
packages/access/src/accesscontrol/extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ pub trait IAccessControlDefaultAdminRules<TState> {
8585 /// scheduled to take effect after the current timestamp plus a `default_admin_delay`.
8686 ///
8787 /// This function guarantees that any call to `begin_default_admin_transfer` done between the
88- /// timestamp this method is called at and the `pending_default_admin_delay` effect schedule will
89- /// use the current `default_admin_delay` set before calling.
88+ /// timestamp this method is called at and the `pending_default_admin_delay` effect schedule
89+ /// will use the current `default_admin_delay` set before calling.
9090 ///
9191 /// The `pending_default_admin_delay`'s effect schedule is defined in a way that waiting until
9292 /// the schedule and then calling `begin_default_admin_transfer` with the new delay will take at
You can’t perform that action at this time.
0 commit comments