Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: joe petrowski <[email protected]>
  • Loading branch information
gui1117 and joepetrowski authored Nov 2, 2021
commit b186aab656079714cd57324ebf2602e61511717e
4 changes: 2 additions & 2 deletions frame/collective/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ pub mod pallet {
///
/// # WARNING:
///
/// The pallet collective can also be managed by logic outside of the pallet throught the
/// The `pallet-collective` can also be managed by logic outside of the pallet through the
/// implementation of the trait [`ChangeMembers`].
/// Any call to `set_members` must be careful that member set doesn't get out of sync with
/// Any call to `set_members` must be careful that the member set doesn't get out of sync with
/// other logic managing the member set.
///
/// # <weight>
Expand Down