Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
Co-authored-by: joe petrowski <[email protected]>
  • Loading branch information
NachoPal and joepetrowski authored May 23, 2023
1 parent f926893 commit d9f8f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/glutton/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

Expand Down

0 comments on commit d9f8f3b

Please sign in to comment.