aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 379c4dd..a7781d0 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ pub struct StateNext;
#[chain]
fn handle_current(_: EntryCurrent) -> StateNext {
// 1. The first phase outputs the StateNext value
- StateNext // ^^^^^^^^^
+ StateNext // ^^^^^^^^^
} // |
// |
// 2. The second phase takes StateNext as input