Skip to content

Commit bd00e41

Browse files
author
Marek Suchánek
committed
Update a variable name
1 parent 7cb91e8 commit bd00e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templating.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl Input {
9595
}
9696
}
9797

98-
/// Perform string replacements in the modular template that matches the `ModuleType`.
98+
/// Perform string replacements in the modular template that matches the `ContentType`.
9999
/// Return the template text with all replacements.
100100
#[must_use]
101101
pub fn text(&self) -> String {

0 commit comments

Comments
 (0)