From f53cd56c39ef678d05fc0112b3dd0539bc8aab89 Mon Sep 17 00:00:00 2001 From: zyl Date: Thu, 7 Nov 2024 17:02:05 -0800 Subject: [PATCH] fix comment referring to handlebars --- src/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builder.rs b/src/builder.rs index 901bd80..ab0cefa 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -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,