This commit is contained in:
Gavin Wood
2021-11-02 15:09:40 +01:00
committed by GitHub
parent 471e9cfbf1
commit 977cf450b3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ pub mod pallet {
/// Randomness under construction.
///
/// We make a tradeoff between storage accesses and list length.
/// We make a trade-off between storage accesses and list length.
/// We store the under-construction randomness in segments of up to
/// `UNDER_CONSTRUCTION_SEGMENT_LENGTH`.
///