Skip to content

Commit

Permalink
doc: typo (#20829)
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne committed Jan 18, 2025
1 parent 6cb9a2a commit af5ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Order/Restriction.lean
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ variable [LocallyFiniteOrderBot α]

open Finset

/-- Restrict domain of a function `f` indexed by `α` to elements `≤ α`, seen as a finite set. -/
/-- Restrict domain of a function `f` indexed by `α` to elements `≤ a`, seen as a finite set. -/
def frestrictLe (a : α) := (Iic a).restrict (π := π)

@[simp]
Expand Down

0 comments on commit af5ebc2

Please sign in to comment.