Skip to content

Commit bc45726

Browse files
committed
Minor doc fix
1 parent ebf1c12 commit bc45726

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
@@ -33,7 +33,7 @@
3333
//!
3434
//! - [`SpiBus`]: Read-write access. This is the most commonly used.
3535
//! - [`SpiBusRead`]: Read-only access, for example a bus with a MISO pin but no MOSI pin.
36-
//! - [`SpiBusWrite`]: Read-write access, for example a bus with a MOSI pin but no MISO pin.
36+
//! - [`SpiBusWrite`]: Write-only access, for example a bus with a MOSI pin but no MISO pin.
3737
//!
3838
//! ## Device
3939
//!

0 commit comments

Comments
 (0)