This commit is contained in:
Malte Kliemann
2022-10-27 17:23:04 +02:00
committed by GitHub
parent 86744b6b16
commit 15cf1a8791
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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.