From 14374ac30f61085d80d59ad76c8ab1392acc76e7 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 17 Aug 2026 05:56:47 +0800 Subject: docs: fix comment alignment in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit