From 9a1d60b1468c73eceeeca2ce2c51636ab301d4b0 Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Mon, 23 Dec 2024 14:29:37 +0800 Subject: [PATCH] doc: Improve rust documentation (#125) --- src/arg/handle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arg/handle.rs b/src/arg/handle.rs index 9710206..c312ec7 100644 --- a/src/arg/handle.rs +++ b/src/arg/handle.rs @@ -160,7 +160,7 @@ fn channel_builder(rss: Rss, items: Vec) -> Channel { .build() } -/// Build the RSS feed based on the fields in the config file. +/// Build the RSS feed based on the fields in the config file, and return the parsed [`Channel`]. /// /// # Examples ///