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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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