diff --git a/pallets/treasury-funding/src/lib.rs b/pallets/treasury-funding/src/lib.rs index c2208fa9..7895cecd 100644 --- a/pallets/treasury-funding/src/lib.rs +++ b/pallets/treasury-funding/src/lib.rs @@ -23,7 +23,7 @@ //! //! The Funding Treasury pallet provides a way to fund the treasury by transferring available funds //! from a (maybe) pre-vested vault account. Everyone may use this pallet to transfer all the -//! available funds //! from the vault account. This way, a vest schedule can be defined over some +//! available funds from the vault account. This way, a vest schedule can be defined over some //! funds that have to the sent to the treasury. //! //! ### Dispatchable Functions