diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-17 22:30:50 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-17 22:38:39 +0800 |
| commit | f27f5aeb09616b932ab48f0905994879dd8bafe5 (patch) | |
| tree | 2deea67f7ed910ad824fbcce2330ab5c475e51a0 /mingling/README.md | |
| parent | bdd736ad9899aed74aaa2760c6e068dcae0e6925 (diff) | |
Rename `NextProcess` to `Next` across the codebase
Diffstat (limited to 'mingling/README.md')
| -rw-r--r-- | mingling/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/README.md b/mingling/README.md index c20955a..749c597 100644 --- a/mingling/README.md +++ b/mingling/README.md @@ -168,7 +168,7 @@ fn comp_greet_command(ctx: &ShellContext) -> Suggest { // Define chain, parsing `GreetEntry` into `StateGreeting` #[chain] -fn parse_name_to_greet(prev: GreetEntry) -> NextProcess { +fn parse_name_to_greet(prev: GreetEntry) -> Next { let state_greeting: StateGreeting = prev.pick_or::<String>((), "World").unpack().into(); state_greeting |
