From d9f8f3b94469cfd7f82b9755ebd042eed4d01e5b Mon Sep 17 00:00:00 2001 From: Ignacio Palacios Date: Tue, 23 May 2023 14:05:34 +0200 Subject: [PATCH] nitpick Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> --- frame/glutton/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame/glutton/src/lib.rs b/frame/glutton/src/lib.rs index 964897cc4316c..50a26a495f794 100644 --- a/frame/glutton/src/lib.rs +++ b/frame/glutton/src/lib.rs @@ -136,7 +136,7 @@ pub mod pallet { fn build(&self) { assert!( self.trash_data_count <= MAX_TRASH_DATA_ENTRIES, - "number of TrashData entries can not be bigger than {:?}", + "number of TrashData entries cannot be bigger than {:?}", MAX_TRASH_DATA_ENTRIES );