Skip to content

Commit

Permalink
fix: docstring typo (#1113)
Browse files Browse the repository at this point in the history
Presumably a regex error.
  • Loading branch information
kbuzzard committed Dec 20, 2022
1 parent c1efed9 commit 53cea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Order/CompleteLattice.lean
Expand Up @@ -78,7 +78,7 @@ add_decl_doc SupSet.supₛ
/-- Infimum of a set -/
add_decl_doc InfSet.infₛ

/-- Indexed supᵢemum -/
/-- Indexed supremum -/
def supᵢ [SupSet α] {ι} (s : ι → α) : α :=
supₛ (range s)
#align supr supᵢ
Expand Down

0 comments on commit 53cea70

Please sign in to comment.