Skip to content

Commit

Permalink
doc: Improve rust documentation (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure authored Dec 23, 2024
1 parent fe34183 commit 9a1d60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arg/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fn channel_builder(rss: Rss, items: Vec<Item>) -> 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
///
Expand Down

0 comments on commit 9a1d60b

Please sign in to comment.