Skip to content

Commit 5bae50b

Browse files
Fix missed remaining send in FullDuplex documentation
Co-authored-by: Vadim Kaushan <[email protected]>
1 parent b8df447 commit 5bae50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use nb;
1010
///
1111
/// - Due to how full duplex SPI works each `try_read` call must be preceded by a `try_send` call.
1212
///
13-
/// - `try_read` calls only return the data received with the last `send` call.
13+
/// - `try_read` calls only return the data received with the last `try_send` call.
1414
/// Previously received data is discarded
1515
///
1616
/// - Data is only guaranteed to be clocked out when the `try_read` call succeeds.

0 commit comments

Comments
 (0)