diff --git a/theories/proofmode/notation.v b/theories/proofmode/notation.v
index ab6893379e1966040d2e98758527bf3f124dfd86..8a13dcaf81cb946e8830a3aa2422051b7be2f8e7 100644
--- a/theories/proofmode/notation.v
+++ b/theories/proofmode/notation.v
@@ -24,5 +24,5 @@ Notation "Γ '--------------------------------------' □ Q" :=
   (of_envs (Envs Γ Enil) ⊢ Q%I)
   (at level 1, Q at level 200, left associativity,
   format "Γ '--------------------------------------' □ '//' Q '//'", only printing)  : C_scope.
-Notation "​​ Q" := (of_envs (Envs Enil Enil) ⊢ Q%I)
-  (at level 1, Q at level 200, format "​​ Q", only printing) : C_scope.
+Notation "⊢ Q" := (of_envs (Envs Enil Enil) ⊢ Q%I)
+  (at level 1, Q at level 200, format "⊢  Q", only printing) : C_scope.