Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
2 changes: 1 addition & 1 deletion frame/support/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ pub trait ChangeMembers<AccountId: Clone + Ord> {

/// Returns whether changing the members will execute without errors.
///
/// Defaults to a noop. Implement this if `change_members_sorted` could fail.
/// Defaults to a noop. Implement this if any of the other functions could fail.
///
/// If this returns `Err`, calls to `change_members`, `change_members_sorted` and
/// `set_members_sorted` are not guaranteed to have the desired effect.
Expand Down