doc: fix typo (#7067)
This commit is contained in:
parent
b38da34db2
commit
cc76c46244
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ end Classical
|
|||
/- Export for Mathlib compat. -/
|
||||
export Classical (imp_iff_right_iff imp_and_neg_imp_iff and_or_imp not_imp)
|
||||
|
||||
/-- Extract an element from a existential statement, using `Classical.choose`. -/
|
||||
/-- Extract an element from an existential statement, using `Classical.choose`. -/
|
||||
-- This enables projection notation.
|
||||
@[reducible] noncomputable def Exists.choose {p : α → Prop} (P : ∃ a, p a) : α := Classical.choose P
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue