Skip to content

Commit 1bc7d95

Browse files
eldruintherealprof
andcommitted
Update src/blocking/i2c.rs
Co-authored-by: Daniel Egger <[email protected]>
1 parent 3d5a165 commit 1bc7d95

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
@@ -246,7 +246,7 @@ pub enum Operation<'a> {
246246

247247
/// Transactional I2C interface.
248248
///
249-
/// This allows combining operation within an I2C transaction.
249+
/// This allows combining operations within an I2C transaction.
250250
pub trait Transactional {
251251
/// Error type
252252
type Error;

0 commit comments

Comments
 (0)