aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-17 05:56:47 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-17 05:56:47 +0800
commit14374ac30f61085d80d59ad76c8ab1392acc76e7 (patch)
treef7c7640955f1b1090b933a99cd6bfed92f006100
parent64c0dae51b40ffb8d3e63f3e9a298a93db2d09c2 (diff)
docs: fix comment alignment in README example
-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