From 77f2a0547f94316ed7194ecaa1bb05c6a5edccaa Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:10:30 +0200 Subject: [PATCH] Grammar Co-authored-by: Laurenz --- 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 2a6bf8a2f..6853ffaff 100644 --- a/crates/typst-library/src/foundations/array.rs +++ b/crates/typst-library/src/foundations/array.rs @@ -829,7 +829,7 @@ impl Array { /// /// If this function does not order the elements properly (e.g., by /// returning `{false}` for both `{(x, y)}` and `{(y, x)}`), the - /// resulting array will be unspecified order. + /// resulting array will be in unspecified order. /// /// When used together with `key`, `by` will be passed the keys instead /// of the elements.