chore: fix some comments (#4004)

Signed-off-by: divdeploy <chenguangxue@outlook.com>
This commit is contained in:
divdeploy
2024-04-06 02:35:57 +08:00
committed by GitHub
parent 0832f0f36d
commit a0eed0a6f8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ benchmarks! {
empty_on_idle {
}: {
// Enough weight do do nothing.
// Enough weight to do nothing.
Glutton::<T>::on_idle(System::<T>::block_number(), T::WeightInfo::empty_on_idle());
}