Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix typo (#12571)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann authored Oct 27, 2022
1 parent 676e35f commit 6195ef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 6195ef4

Please sign in to comment.