mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Fix typo (#12571)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user