diff --git a/bip-taproot.mediawiki b/bip-taproot.mediawiki
index 7d646ea1..d3b3e4ba 100644
--- a/bip-taproot.mediawiki
+++ b/bip-taproot.mediawiki
@@ -100,7 +100,7 @@ The following rules apply:
==== hash_type ====
-hash_type is an 8-bit unsigned value. The SIGHASH encodings from the legacy script system are used, including SIGHASH_ALL, SIGHASH_NONE, SIGHASH_SINGLE, and SIGHASH_ANYONECANPAY
+hash_type is an 8-bit unsigned value. The SIGHASH encodings from the legacy script system are used, including SIGHASH_ALL, SIGHASH_NONE, SIGHASH_SINGLE, and SIGHASH_ANYONECANPAY. Use of the default hash_type = 0x00 results in signing over the whole transaction just as for SIGHASH_ALL.
The following use of hash_type are invalid, and fail execution: