Skip to content

Commit

Permalink
doc: fix grammar (#6027)
Browse files Browse the repository at this point in the history
  • Loading branch information
chabulhwi committed Jul 21, 2023
1 parent af306e0 commit 160cfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Data/FunLike/Equiv.lean
Expand Up @@ -139,7 +139,7 @@ class EquivLike (E : Sort _) (α β : outParam (Sort _)) where
left_inv : ∀ e, Function.LeftInverse (inv e) (coe e)
/-- The coercions are right inverses. -/
right_inv : ∀ e, Function.RightInverse (inv e) (coe e)
/-- If two coercions to functions are jointly injective. -/
/-- The two coercions to functions are jointly injective. -/
coe_injective' : ∀ e g, coe e = coe g → inv e = inv g → e = g
-- This is mathematically equivalent to either of the coercions to functions being injective, but
-- the `inv` hypothesis makes this easier to prove with `congr'`
Expand Down

0 comments on commit 160cfb8

Please sign in to comment.