Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
Fix typo
  • Loading branch information
maltekliemann committed Oct 27, 2022
commit 21945b16981f04351bfcd6702ed83d40a36a3e12
4 changes: 2 additions & 2 deletions frame/membership/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Membership Module

Allows control of membership of a set of `AccountId`s, useful for managing membership of of a
Allows control of membership of a set of `AccountId`s, useful for managing membership of a
collective. A prime member may be set.

License: Apache-2.0
License: Apache-2.0
2 changes: 1 addition & 1 deletion frame/membership/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

//! # Membership Module
//!
//! Allows control of membership of a set of `AccountId`s, useful for managing membership of of a
//! Allows control of membership of a set of `AccountId`s, useful for managing membership of a
//! collective. A prime member may be set

// Ensure we're `no_std` when compiling for Wasm.
Expand Down