Skip to content

Commit

Permalink
docs(algebra/big_operators): correct documentation for prod (#10206)
Browse files Browse the repository at this point in the history
  • Loading branch information
EPronovost committed Nov 8, 2021
1 parent ae98aad commit c50c2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algebra/big_operators/basic.lean
Expand Up @@ -46,7 +46,7 @@ namespace finset
`∏ x in s, f x` is the product of `f x`
as `x` ranges over the elements of the finite set `s`.
-/
@[to_additive "`∑ x in s, f` is the sum of `f x` as `x` ranges over the elements
@[to_additive "`∑ x in s, f x` is the sum of `f x` as `x` ranges over the elements
of the finite set `s`."]
protected def prod [comm_monoid β] (s : finset α) (f : α → β) : β := (s.1.map f).prod

Expand Down

0 comments on commit c50c2c3

Please sign in to comment.