Skip to content

Commit

Permalink
Fix typo (paritytech#12571)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann authored and ark0f committed Feb 27, 2023
1 parent 4899532 commit 8bd39a3
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 8bd39a3

Please sign in to comment.