diff --git a/bip-0141.mediawiki b/bip-0141.mediawiki
index 6694a68b..f02acf97 100644
--- a/bip-0141.mediawiki
+++ b/bip-0141.mediawiki
@@ -100,7 +100,7 @@ If the version byte is 0, and the witness program is 32 bytes:
If the version byte is 0, but the witness program is neither 20 nor 32 bytes, the script must fail.[For example, a scriptPubKey with OP_0 followed by a 40-byte non-zero data push will fail due to incorrect program size. However, a scriptPubKey with OP_0 followed by a 41-byte non-zero data push will pass, since it is not considered to be a witness program]
-If the version byte is 1 to 16, no further interpretation of the witness program or witness happens, and there is no size restriction for the witness. These versions are reserved for future extensions.[For backward compatibility, for any version byte from 0 to 16, the script must fail if the witness program has a ]CastToBool value of zero. However, having a hash like this is a successful preimage attack against the hash function, and the risk is negligible.
+If the version byte is 1 to 16, no further interpretation of the witness program or witness stack happens, and there is no size restriction for the witness stack. These versions are reserved for future extensions.[For backward compatibility, for any version byte from 0 to 16, the script must fail if the witness program has a ]CastToBool value of zero. However, having a hash like this is a successful preimage attack against the hash function, and the risk is negligible.
=== Other consensus critical limits ===