From 061760b83ea5a601ef456b3de2c4a9175fcb1456 Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Fri, 13 Dec 2024 12:25:56 +0100 Subject: [PATCH] Update pallets/treasury-funding/src/lib.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tomás Senovilla Polo <117524919+tsenovilla@users.noreply.github.com> --- pallets/treasury-funding/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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