Fix typo: 'Tera' -> 'Handlebars'.

This commit is contained in:
Juraj Fiala 2021-11-30 17:50:11 +01:00 committed by Sergio Benitez
parent b5b842f0bf
commit 71e96d0d0d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ pub struct Engines {
pub tera: Tera,
/// The Handlebars templating engine. This field is only available when the
/// `handlebars_templates` feature is enabled. When calling methods on the
/// `Tera` instance, ensure you use types imported from
/// `Handlebars` instance, ensure you use types imported from
/// `rocket_dyn_templates::handlebars` to avoid version mismatches.
#[cfg(feature = "handlebars")]
pub handlebars: Handlebars<'static>,