Unclear documentation of Ord and PartialOrd implentation for slices #122071
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Location
std/primitive/slice
Summary
The trait implementation comments of Ord and PartialOrd for slice mention "vectors" instead of "slices". PartialOrd also refers to Ord (second comment) but that might be intended because PartialOrd doesn't have a section for lexicographic comparison.
Current State
Suggestion
The text was updated successfully, but these errors were encountered: