diff --git a/_CoqProject b/_CoqProject
index 8e7ab6059a52b7f8c183cbf2312c550182e2e162..f539313315d40a97c29697e99ba5bd5e78faee82 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -1,6 +1,5 @@
 -Q theories iris
-# We sometimes want to locally override notation (e.g. in proofmode/base.v,
-# bi/embedding.v), and there is no good way to do that with scopes.
+# We sometimes want to locally override notation, and there is no good way to do that with scopes.
 -arg -w -arg -notation-overridden
 # Cannot use non-canonical projections as it causes massive unification failures
 # (https://github.com/coq/coq/issues/6294).