From b03ece32ae8751ecb359be881a789a016c012ece Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Mon, 15 Jan 2024 18:06:08 -0400 Subject: [PATCH] Fix typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c98a78d..1c0c36d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -241,7 +241,7 @@ where } if let Err(e) = - self.tx_step(tx_buf.expect("We've transmitting but there's no tx buf")) + self.tx_step(tx_buf.expect("We're transmitting but there's no tx buf")) { // something went wrong. Go back to idle self.state = InternalState::Idle; -- GitLab