Skip to content

Commit 0c066ad

Browse files
authored
Update src/can/id.rs
1 parent b657a93 commit 0c066ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/can/id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub enum Id {
106106
///
107107
/// This implementation of `Ord` for `Id` will take this into consideration
108108
/// 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
109+
/// always be the ID which would form the most dominant frame, all other
110110
/// things being equal.
111111
impl Ord for Id {
112112
fn cmp(&self, other: &Self) -> core::cmp::Ordering {

0 commit comments

Comments
 (0)