Skip to content

Commit 54f97dd

Browse files
eldruintherealprof
andcommitted
Update src/blocking/i2c.rs
Co-authored-by: Daniel Egger <[email protected]>
1 parent 7c5588b commit 54f97dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocking/i2c.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pub enum Operation<'a> {
139139

140140
/// Transactional I2C interface.
141141
///
142-
/// This allows combining operation within an I2C transaction.
142+
/// This allows combining operations within an I2C transaction.
143143
pub trait Transactional {
144144
/// Error type
145145
type Error;

0 commit comments

Comments
 (0)