aboutsummaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages')
-rw-r--r--docs/pages/10-help.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/10-help.md b/docs/pages/10-help.md
index 7ef1f26..c17f410 100644
--- a/docs/pages/10-help.md
+++ b/docs/pages/10-help.md
@@ -24,7 +24,7 @@ fn help_greet(entry: EntryGreet) -> RenderResult {
```
> [!NOTE]
-> Help functions also use `r_println!`, because `#[help]` follows the rendering pipeline — it's a short-circuit render triggered early by the `--help` flag, not logic outside the pipeline.
+> Help functions also use `writeln!` into a `RenderResult`, because `#[help]` follows the rendering pipeline — it's a short-circuit render triggered early by the `--help` flag, not logic outside the pipeline.
## Global Help