diff --git a/bip-taproot.mediawiki b/bip-taproot.mediawiki
index 6a8c8bba..7b23ea90 100644
--- a/bip-taproot.mediawiki
+++ b/bip-taproot.mediawiki
@@ -101,7 +101,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: