From d978f8c33a869b52d2b38b20127bfbda635e1b42 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 1 Jul 2025 13:04:11 +0200 Subject: [PATCH] Fix minor typo in `array.product` docs (#6532) --- crates/typst-library/src/foundations/array.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/foundations/array.rs b/crates/typst-library/src/foundations/array.rs index c1fcb6b49..11c2220d7 100644 --- a/crates/typst-library/src/foundations/array.rs +++ b/crates/typst-library/src/foundations/array.rs @@ -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(