diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-04-24 17:22:12 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-04-24 17:22:12 +0800 |
| commit | a1a63b235353dc999119eaf7bb4bfc78f6e660a9 (patch) | |
| tree | 15b0716fec535e6c4992f7e1e5c9b02f9110af69 /docs/pages/2-basic/4-chain.md | |
| parent | 57c1fca2687ae34b92364da8ea9fa1837d900374 (diff) | |
Add docsify flexible alerts plugin and update callout syntax
Diffstat (limited to 'docs/pages/2-basic/4-chain.md')
| -rw-r--r-- | docs/pages/2-basic/4-chain.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/pages/2-basic/4-chain.md b/docs/pages/2-basic/4-chain.md index 975ed5b..d47642a 100644 --- a/docs/pages/2-basic/4-chain.md +++ b/docs/pages/2-basic/4-chain.md @@ -33,8 +33,7 @@ fn parse_hello(prev: HelloEntry) -> NextProcess { } ``` -> **About NextProcess** -> +> [!Tip] > `NextProcess` is a marker type in **Mingling**, from `mingling::marker`. > > It serves no functional purpose other than to simplify the declaration of chain functions. After the `chain!` macro expands, `NextProcess` will be replaced with `mingling::ChainProcess<ThisProgram>`. |
