Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
docs(topology/basic): Fix typo in library note (#14743)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMassot committed Jun 15, 2022
1 parent 1fbe118 commit 784c703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topology/basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ However, lemmas with this conclusion are not nice to use in practice because
1. They confuse the elaborator. The following two examples fail, because of limitations in the
elaboration process.
```
variables {M : Type*} [has_mul M] [topological_space M] [has_continuous_mul M]
variables {M : Type*} [has_add M] [topological_space M] [has_continuous_add M]
example : continuous (λ x : M, x + x) :=
continuous_add.comp _
Expand Down

0 comments on commit 784c703

Please sign in to comment.