Fix minor typo in `array.product` docs (#6532)

This commit is contained in:
Robin 2025-07-01 13:04:11 +02:00 committed by GitHub
parent c99f3ffc7d
commit d978f8c33a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ impl Array {
Ok(acc) 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). /// multiplied).
#[func] #[func]
pub fn product( pub fn product(