Skip to content

Commit 31b1084

Browse files
committed
whopps
1 parent 0ce5f67 commit 31b1084

File tree

1 file changed

+1
-1
lines changed
  • Mathlib/Algebra/GroupWithZero/Action

1 file changed

+1
-1
lines changed

Mathlib/Algebra/GroupWithZero/Action/Defs.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ notation classes `SMul` and its additive version `VAdd`:
2020
* `MulAction M α` and its additive version `AddAction G P` are typeclasses used for
2121
actions of multiplicative and additive monoids and groups; they extend notation classes
2222
`SMul` and `VAdd` that are defined in `Algebra.Group.Defs`;
23-
* `DistribMulAction M A` is a typeclass for an action of a multiplicative monoid on/workspace/mathlib4/Mathlib/GroupTheory/GroupAction/Action
23+
* `DistribMulAction M A` is a typeclass for an action of a multiplicative monoid on
2424
an additive monoid such that `a • (b + c) = a • b + a • c` and `a • 0 = 0`.
2525
2626
The hierarchy is extended further by `Module`, defined elsewhere.

0 commit comments

Comments
 (0)