diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-17 05:56:47 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-17 05:56:47 +0800 |
| commit | 14374ac30f61085d80d59ad76c8ab1392acc76e7 (patch) | |
| tree | f7c7640955f1b1090b933a99cd6bfed92f006100 | |
| parent | 64c0dae51b40ffb8d3e63f3e9a298a93db2d09c2 (diff) | |
docs: fix comment alignment in README example
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
