mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fixed minor typo in example code (#769)
`WaitingOnFooTxt` -> `WaitingOnBarTxt`
This commit is contained in:
@@ -382,7 +382,7 @@ impl Future for ExampleStateMachine {
|
|||||||
match self { // TODO: handle pinning
|
match self { // TODO: handle pinning
|
||||||
ExampleStateMachine::Start(state) => {…}
|
ExampleStateMachine::Start(state) => {…}
|
||||||
ExampleStateMachine::WaitingOnFooTxt(state) => {…}
|
ExampleStateMachine::WaitingOnFooTxt(state) => {…}
|
||||||
ExampleStateMachine::WaitingOnFooTxt(state) => {…}
|
ExampleStateMachine::WaitingOnBarTxt(state) => {…}
|
||||||
ExampleStateMachine::End(state) => {…}
|
ExampleStateMachine::End(state) => {…}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user