mirror of https://github.com/rwf2/Rocket.git
Fix typo: 'Tera' -> 'Handlebars'.
This commit is contained in:
parent
b5b842f0bf
commit
71e96d0d0d
|
@ -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>,
|
||||
|
|
Loading…
Reference in New Issue