From ff933da97c06937d697ce7a1cb9032d46e1855e1 Mon Sep 17 00:00:00 2001 From: Toufeeq Pasha <47236805+ToufeeqP@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:21:15 +0530 Subject: [PATCH] Update learn-staking-advanced.md (#5349) --- docs/learn/learn-staking-advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.