fix comment referring to handlebars

This commit is contained in:
zyl 2024-11-07 17:02:05 -08:00
parent 8419760fe1
commit f53cd56c39
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs

View file

@ -35,7 +35,7 @@ struct TemplateData<'a, T> {
/// Struct used to build the site.
pub struct SiteBuilder {
/// The Handlebars registry used to render templates.
/// The Tera registry used to render templates.
pub(crate) tera: Tera,
/// The syntax set used to render source code.
pub(crate) syntax_set: SyntaxSet,