doc: use notMem instead of not_mem in recommended_spelling (#8496)
This PR changes the recommended spelling from `not_mem` to `notMem`, to reflect the decision that has been made in mathlib. It does *not* change the name of any core lemma. See Zulip discussion at [#mathlib4 > Naming: nmem vs not_mem @ 💬](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Naming.3A.20nmem.20vs.20not_mem/near/520315224)
This commit is contained in:
parent
0339cd2836
commit
3516143aed
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ recommended_spelling "not" for "!" in [not, «term!_»]
|
|||
notation:50 a:50 " ∉ " b:50 => ¬ (a ∈ b)
|
||||
|
||||
recommended_spelling "mem" for "∈" in [Membership.mem, «term_∈_»]
|
||||
recommended_spelling "not_mem" for "∉" in [«term_∉_»]
|
||||
recommended_spelling "notMem" for "∉" in [«term_∉_»]
|
||||
|
||||
@[inherit_doc] infixr:67 " :: " => List.cons
|
||||
@[inherit_doc] infixr:100 " <$> " => Functor.map
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue