diff --git a/iris/algebra/ofe.v b/iris/algebra/ofe.v
index 1b61b0be8ca33a22d72b57d2e18b323f2038f6f2..e74c5775832c4e0882af61d8f17a1c1263c89ad2 100644
--- a/iris/algebra/ofe.v
+++ b/iris/algebra/ofe.v
@@ -311,7 +311,7 @@ Section limit_preserving.
 
   (** This is strictly weaker than the [_impl] variant, but sometimes automation
       is better at proving [Proper] for [iff] than for [impl]. *)
-  Lemma limit_preserving_iff (P1 P2 : A → Prop) :
+  Lemma limit_preserving_impl' (P1 P2 : A → Prop) :
     Proper (dist 0 ==> iff) P1 →
     LimitPreserving P2 →
     LimitPreserving (λ x, P1 x → P2 x).