Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeloof committed Mar 25, 2023
1 parent c3c956c commit 4cb00ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statig/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
//! }
//!
//! # let future = async {
//! let mut state_machine = Blinky::default().uninitialized_state_machine().init().await;
//! let mut state_machine = Blinky::default().state_machine();
//!
//! state_machine.handle(&Event::TimerElapsed).await;
//! state_machine.handle(&Event::ButtonPressed).await;
Expand Down

0 comments on commit 4cb00ce

Please sign in to comment.