Skip to content
Snippets Groups Projects
Commit b03ece32 authored by Stephen D's avatar Stephen D
Browse files

Fix typo

parent 79c8def8
Branches master
No related tags found
No related merge requests found
Pipeline #4314 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment