diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index a8f9ac8a..b7e0d05e 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -120,7 +120,7 @@ The currently defined global types are as follows:
| PSBT_GLOBAL_TX_VERSION = 0x02
| None
| No key data
-| <32-bit little endian uint version>
+| <32-bit little endian int version>
| The 32-bit little endian signed integer representing the version number of the transaction being created. Note that this is not the same as the PSBT version number specified by the PSBT_GLOBAL_VERSION field.
| 2
| 0
diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki
index 11b31253..7ba0af4c 100644
--- a/bip-0370.mediawiki
+++ b/bip-0370.mediawiki
@@ -62,7 +62,7 @@ The new global types for PSBT Version 2 are as follows:
| PSBT_GLOBAL_TX_VERSION = 0x02
| None
| No key data
-| <32-bit little endian uint version>
+| <32-bit little endian int version>
| The 32-bit little endian signed integer representing the version number of the transaction being created. Note that this is not the same as the PSBT version number specified by the PSBT_GLOBAL_VERSION field.
| 2
| 0