Skip to content

Commit c085205

Browse files
authored
Merge pull request #6 from jonas-schievink/patch-1
Fix typo
2 parents 071edc3 + bae5d40 commit c085205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub trait Frame: Sized {
3131
fn new(id: Id, data: &[u8]) -> Result<Self, ()>;
3232

3333
/// Creates a new remote frame (RTR bit set).
34-
/// Returns an error when the the identifier is or the data length code (DLC) not valid.
34+
/// Returns an error when the identifier or the data length code (DLC) is not valid.
3535
fn new_remote(id: Id, dlc: usize) -> Result<Self, ()>;
3636

3737
/// Returns true if this frame is a extended frame.

0 commit comments

Comments
 (0)