Skip to content

Commit 71da1d5

Browse files
committed
Fix comment. Remove debug println. Correct modification to serialized config.
1 parent 441df7e commit 71da1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: components/site/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1047,8 +1047,8 @@ impl Site {
10471047
Ok(())
10481048
}
10491049

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
1050+
/// Renders a feeds for the given path and at the given path
1051+
/// If both arguments are `None`, it will render only the feeds for the whole
10521052
/// site at the root folder.
10531053
pub fn render_feeds(
10541054
&self,

0 commit comments

Comments
 (0)