From 30570a355ffe567b4cc84f0e51ab19b6a94adc81 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Wed, 12 Aug 2020 17:14:07 +0900 Subject: [PATCH] Fix typo: epoch => slot... (#11573) (cherry picked from commit 51e818ad64b705028fe74b2726e71e6b7178072f) --- docs/src/implemented-proposals/rent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/implemented-proposals/rent.md b/docs/src/implemented-proposals/rent.md index 4e5fd57a05e..d3d357a898d 100644 --- a/docs/src/implemented-proposals/rent.md +++ b/docs/src/implemented-proposals/rent.md @@ -18,7 +18,7 @@ On the contrary, rent collection isn't applied to accounts that are directly man - The distribution of rent collection itself (Otherwise, it may cause recursive rent collection handling) - The distribution of staking rewards at the start of every epoch (To reduce as much as processing spike at the start of new epoch) -- The distribution of transaction fee at the end of every epoch +- The distribution of transaction fee at the end of every slot Even if those processes are out of scope of rent collection, all of manipulated accounts will eventually be handled by the \(2\) mechanism.