Skip to content

Commit 54f40da

Browse files
authored
Update Prelude.lean
1 parent 808d123 commit 54f40da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Init/Prelude.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ class HomogeneousPow (α : Type u) where
15551555

15561556
/-- Typeclass for types with a scalar multiplication operation, denoted `•` (`\bu`) -/
15571557
class SMul (M : Type u) (α : Type v) where
1558-
/-- `ab` computes the product of `a` and `b`. The meaning of this notation is type-dependent,
1558+
/-- `ma : α` denotes the product of `m : M` and `a : α`. The meaning of this notation is type-dependent,
15591559
but it is intended to be used for left actions. -/
15601560
smul : M → α → α
15611561

0 commit comments

Comments
 (0)