mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
improve doc (#8437)
This commit is contained in:
committed by
GitHub
parent
1602f8dd2d
commit
d343683ca9
@@ -20,8 +20,8 @@
|
||||
//! The Treasury module provides a "pot" of funds that can be managed by stakeholders in the system
|
||||
//! and a structure for making spending proposals from this pot.
|
||||
//!
|
||||
//! - [`treasury::Config`](./trait.Config.html)
|
||||
//! - [`Call`](./enum.Call.html)
|
||||
//! - [`Config`]
|
||||
//! - [`Call`]
|
||||
//!
|
||||
//! ## Overview
|
||||
//!
|
||||
@@ -53,7 +53,7 @@
|
||||
//!
|
||||
//! ## GenesisConfig
|
||||
//!
|
||||
//! The Treasury module depends on the [`GenesisConfig`](./struct.GenesisConfig.html).
|
||||
//! The Treasury module depends on the [`GenesisConfig`].
|
||||
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user