Fix minor typo in `array.product` docs (#6532)
This commit is contained in:
parent
c99f3ffc7d
commit
d978f8c33a
|
|
@ -604,7 +604,7 @@ impl Array {
|
|||
Ok(acc)
|
||||
}
|
||||
|
||||
/// Calculates the product all items (works for all types that can be
|
||||
/// Calculates the product of all items (works for all types that can be
|
||||
/// multiplied).
|
||||
#[func]
|
||||
pub fn product(
|
||||
|
|
|
|||
Loading…
Reference in New Issue