diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index 89b55ac2..9b5afed4 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -120,7 +120,7 @@ Validation consists of the following steps:
# Check the **upgradeable rules**
## The version of to_sign
must be 0 or 2.
## The use of NOPs reserved for upgrades is forbidden.
-## The use of segwit versions greater than 0 are forbidden.
+## The use of segwit versions greater than 1 are forbidden.
## If any of the above steps failed, the validator should stop and output the ''inconclusive'' state.
# Let ''T'' by the nLockTime of to_sign
and ''S'' be the nSequence of the first input of to_sign
. Output the state ''valid at time T and age S''.