We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b657a93 commit 0c066adCopy full SHA for 0c066ad
src/can/id.rs
@@ -106,7 +106,7 @@ pub enum Id {
106
///
107
/// This implementation of `Ord` for `Id` will take this into consideration
108
/// and when comparing two different instances of `Id` the "smallest" will
109
-/// always be the id which would form the most dominant frame, all other
+/// always be the ID which would form the most dominant frame, all other
110
/// things being equal.
111
impl Ord for Id {
112
fn cmp(&self, other: &Self) -> core::cmp::Ordering {
0 commit comments