From 42844ed2cf4ca0ff2a9271e0aaa8e5910c5f4ccd Mon Sep 17 00:00:00 2001 From: Rustin-Liu Date: Sun, 25 Oct 2020 17:46:45 +0800 Subject: Add lexicographical comparison doc Add links Fix typo Use `sequence` Fix typo Fix broken link Fix broken link Fix broken link Fix broken links Fix broken links --- library/core/src/array/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/core/src/array') diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs index 966272ca115..1d55a5ef659 100644 --- a/library/core/src/array/mod.rs +++ b/library/core/src/array/mod.rs @@ -344,7 +344,7 @@ impl PartialOrd for [T; N] { } } -/// Implements comparison of arrays lexicographically. +/// Implements comparison of arrays [lexicographically](Ord#lexicographical-comparison). #[stable(feature = "rust1", since = "1.0.0")] impl Ord for [T; N] { #[inline] -- cgit 1.4.1-3-g733a5