Co-authored-by: Laurenz <laurmaedje@gmail.com>
This commit is contained in:
Malo 2025-03-31 17:10:30 +02:00 committed by GitHub
parent 76aa02c61e
commit 77f2a0547f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.