diff --git a/gitlab-pages/docs/reference/current.md b/gitlab-pages/docs/reference/current.md
index 56c719630..a08916711 100644
--- a/gitlab-pages/docs/reference/current.md
+++ b/gitlab-pages/docs/reference/current.md
@@ -21,13 +21,13 @@ type timestamp
A date in the real world.
-type mutez
+type tez
-type mutez
+type tez
-type mutez
+type tez
A specific type for tokens.
@@ -83,13 +83,13 @@ type chain_id
The identifier of a chain, used to indicate test or main chains.
-function balance : mutez
+function balance : tez
-val balance : mutez
+val balance : tez
-let balance: mutez
+let balance: tez
Get the balance for the contract.
@@ -263,13 +263,13 @@ let not_tomorrow: bool = (Tezos.now == in_24_hrs);
-function amount : mutez
+function amount : tez
-val amount : mutez
+val amount : tez
-let amount: mutez
+let amount: tez
Get the amount of tez provided by the sender to complete this
diff --git a/src/passes/1-parser/pascaligo/Doc/pascaligo.md b/src/passes/1-parser/pascaligo/Doc/pascaligo.md
index 1415631fd..ba6010ea8 100644
--- a/src/passes/1-parser/pascaligo/Doc/pascaligo.md
+++ b/src/passes/1-parser/pascaligo/Doc/pascaligo.md
@@ -823,7 +823,7 @@ example, in verbose style:
type store is
record
- goal : mutez; // Millionth of a tez
+ goal : tez;
deadline : timestamp;
backers : map (address, nat);
funded : bool