We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441df7e commit 71da1d5Copy full SHA for 71da1d5
components/site/src/lib.rs
@@ -1047,8 +1047,8 @@ impl Site {
1047
Ok(())
1048
}
1049
1050
- /// Renders a feed for the given path and at the given path
1051
- /// If both arguments are `None`, it will render only the feed for the whole
+ /// Renders a feeds for the given path and at the given path
+ /// If both arguments are `None`, it will render only the feeds for the whole
1052
/// site at the root folder.
1053
pub fn render_feeds(
1054
&self,
0 commit comments