Skip to content

Commit

Permalink
chore(topology/algebra): rename file to match renamed lemmas (#11996)
Browse files Browse the repository at this point in the history
#11940 renamed the lemmas from `continuous_smul₂` to `continuous_const_smul`, so this renames the file from `mul_action2` to `const_mul_action` accordingly.
  • Loading branch information
eric-wieser committed Feb 12, 2022
1 parent 4a4a3a9 commit 4b217ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/topology/algebra/mul_action.lean
Expand Up @@ -7,7 +7,7 @@ import topology.algebra.monoid
import group_theory.group_action.prod
import group_theory.group_action.basic
import topology.homeomorph
import topology.algebra.mul_action2
import topology.algebra.const_mul_action

/-!
# Continuous monoid action
Expand Down

0 comments on commit 4b217ea

Please sign in to comment.