Skip to content

Commit

Permalink
doc(topology/homeomorph): fixup glaring error (#8092)
Browse files Browse the repository at this point in the history
thanks to @kbuzzard for spotting this error in #8086
  • Loading branch information
ericrbg committed Jun 26, 2021
1 parent 0817020 commit c7a35b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/topology/homeomorph.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import topology.dense_embedding
/-!
# Homeomorphisms
This file defines homeomorphisms (continuous bijections) between two topological spaces.
We denote homeomorphisms with the notation `≃ₜ`.
This file defines homeomorphisms between two topological spaces. They are bijections with both
directions continuous. We denote homeomorphisms with the notation `≃ₜ`.
# Main definitions
Expand Down

0 comments on commit c7a35b4

Please sign in to comment.