Skip to content

Commit

Permalink
chore: typo in MeasurableSet[m] docstring (#8502)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwenzhu committed Nov 19, 2023
1 parent 55ad9df commit 35f9ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/MeasureTheory/MeasurableSpace/Defs.lean
Expand Up @@ -68,7 +68,7 @@ def MeasurableSet [MeasurableSpace α] (s : Set α) : Prop :=
-- porting note: todo: `scoped[MeasureTheory]` doesn't work for unknown reason
namespace MeasureTheory
set_option quotPrecheck false in
/-- Notation for `MeasurableSet` with respect to a non-standanrd σ-algebra. -/
/-- Notation for `MeasurableSet` with respect to a non-standard σ-algebra. -/
scoped notation "MeasurableSet[" m "]" => @MeasurableSet _ m

end MeasureTheory
Expand Down

0 comments on commit 35f9ee3

Please sign in to comment.