aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/3-define-a-chain.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages/3-define-a-chain.md')
-rw-r--r--docs/pages/3-define-a-chain.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/3-define-a-chain.md b/docs/pages/3-define-a-chain.md
index dca299e..72ade94 100644
--- a/docs/pages/3-define-a-chain.md
+++ b/docs/pages/3-define-a-chain.md
@@ -92,7 +92,7 @@ fn handle_greet(args: EntryGreet) -> Next {
}
```
-If you enable the `parser` feature, you can also use `Picker` for more flexible param extraction — but that's a topic for later.
+If you enable the `picker` feature, you can also use `Picker` for more flexible param extraction — but that's a topic for later.
## Putting It Together