mirror of
https://github.com/typst/typst
synced 2025-07-04 03:02:53 +08:00
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)
|
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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user