Skip to content

Commit e3b3a60

Browse files
DirbaioRahix
andauthored
Update src/spi/blocking.rs
Co-authored-by: Rahix <[email protected]>
1 parent e42923f commit e3b3a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spi/blocking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//! consists of asserting CS, then doing one or more transfers, then deasserting CS. For the entire duration of the transaction, the [`SpiDevice`]
4747
//! implementation will ensure no other transaction can be opened on the same bus. This is the key that allows correct sharing of the bus.
4848
//!
49-
//! The capabilities of the bus (read-write, read-only or read-write) are determined by which of the [`SpiBus`], [`SpiBusRead`] [`SpiBusWrite`] traits
49+
//! The capabilities of the bus (read-write, read-only or write-only) are determined by which of the [`SpiBus`], [`SpiBusRead`] [`SpiBusWrite`] traits
5050
//! are implemented for the [`Bus`](SpiDevice::Bus) associated type.
5151
//!
5252
//! # For driver authors

0 commit comments

Comments
 (0)