Skip to content

Commit 48ca7a8

Browse files
committed
clean
1 parent 42029f3 commit 48ca7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/pages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub struct IndexCtx {
8383
impl IndexCtx {
8484
pub const TEMPLATE: &'static str = "pages/index";
8585

86-
/// short_path is None in case there this is a root index page but there is no main entrypoint
86+
/// short_path is None in the case this is a root index page but there is no main entrypoint
8787
pub fn new(
8888
ctx: &GenerateCtx,
8989
short_path: Option<std::rc::Rc<ShortPath>>,

0 commit comments

Comments
 (0)