Finite state machines in rust; bendns fork to add types.
-rw-r--r--rust-fsm/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-fsm/src/lib.rs b/rust-fsm/src/lib.rs
index 7755aff..f8d988a 100644
--- a/rust-fsm/src/lib.rs
+++ b/rust-fsm/src/lib.rs
@@ -123,7 +123,7 @@ The following entities are generated:
`circuit_breaker::Output` that represent the state, the input alphabet and the
output alphabet respectively.
* Type alias `circuit_breaker::StateMachine` that expands to
-`StateMachine<circuit_breaker::Impl>`.
+ `StateMachine<circuit_breaker::Impl>`.
Note that if there is no outputs in the specification, the output alphabet is an
empty enum and due to technical limitations of many Rust attributes, no