Skip to content

Commit cc41428

Browse files
authored
Merge pull request #3023 from autonomys/fix-typo
Fix typo
2 parents 492362a + d09b9ee commit cc41428

File tree

1 file changed

+1
-1
lines changed
  • crates/pallet-subspace/src

1 file changed

+1
-1
lines changed

crates/pallet-subspace/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ pub mod pallet {
669669
}
670670

671671
PotSlotIterationsUpdate::<T>::put(PotSlotIterationsUpdateValue {
672-
// Slot will be known later next entropy injection happens place
672+
// Slot will be known later when next entropy injection takes place
673673
target_slot: None,
674674
slot_iterations,
675675
});

0 commit comments

Comments
 (0)