diff --git a/prover/strategies/unfolding.md b/prover/strategies/unfolding.md
index c05a00558..76835769b 100644
--- a/prover/strategies/unfolding.md
+++ b/prover/strategies/unfolding.md
@@ -279,7 +279,7 @@ or `N` is out of range, `right-unfold(M,N) => fail`.
| "right-unfold-Nth-oneBody" "(" Int "," Int "," Pattern "," Pattern ")"
rule right-unfold-Nth (M,N) => fail ...
- requires (M right-unfold-Nth (M,N)
=> right-unfold-Nth-eachRRP(M, N, getUnfoldables(RHS))