diff options
| author | Robin <mewmew@users.noreply.github.com> | 2025-07-01 13:04:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-01 11:04:11 +0000 |
| commit | d978f8c33a869b52d2b38b20127bfbda635e1b42 (patch) | |
| tree | 74b66295a996e6208665b1c403ce0dd827b12124 /crates/typst-library/src/foundations | |
| parent | c99f3ffc7d885bf32d1a028a3ab22e840226c0c9 (diff) | |
Fix minor typo in `array.product` docs (#6532)
Diffstat (limited to 'crates/typst-library/src/foundations')
| -rw-r--r-- | crates/typst-library/src/foundations/array.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/foundations/array.rs b/crates/typst-library/src/foundations/array.rs index c1fcb6b4..11c2220d 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( |
