diff --git a/crates/typst/src/eval/array.rs b/crates/typst/src/eval/array.rs index 90f59b2fc..8e9e5f27f 100644 --- a/crates/typst/src/eval/array.rs +++ b/crates/typst/src/eval/array.rs @@ -702,7 +702,7 @@ impl Array { } /// Return a sorted version of this array, optionally by a given key - /// function. + /// function. The sorting algorithm used is stable. /// /// Returns an error if two values could not be compared or if the key /// function (if given) yields an error.