nrf/twis: FIx doc typo

This commit is contained in:
Dario Nieuwenhuis
2023-02-01 20:54:32 +01:00
committed by GitHub
parent 465e4c8b19
commit cb88dd285d

View File

@ -80,7 +80,7 @@ enum Status {
pub enum Error {
/// TX buffer was too long.
TxBufferTooLong,
/// TX buffer was too long.
/// RX buffer was too long.
RxBufferTooLong,
/// Didn't receive an ACK bit after a data byte.
DataNack,