Skip to content

Commit eb0bf2b

Browse files
bors[bot]jannic
andauthored
Merge #388
388: Minor doc fix r=eldruin a=jannic Co-authored-by: Jan Niehusmann <[email protected]>
2 parents ebf1c12 + bc45726 commit eb0bf2b

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)