diff --git a/docs/learn/learn-staking-advanced.md b/docs/learn/learn-staking-advanced.md index f7ad07eb9a28..0981d6ae831c 100644 --- a/docs/learn/learn-staking-advanced.md +++ b/docs/learn/learn-staking-advanced.md @@ -323,7 +323,7 @@ In all of the examples, assume that there are 100 validators in the active set. ::: -No slashing would enact if < 10% of all validators are unresponsive. +No slashing would enact if <= 10% of all validators are unresponsive. For example, if exactly 10 validators were unresponsive, the expression 3 _ (x - (n / 10 + 1))) / n would be 3 _ (10 - (100 / 10 + 1)) / 100 = 3 \* (10 - (10 + 1)) / 100 = -0.03 which is rounded to 0.