Fix typo in 'Template::finalize()' docstring.

This commit is contained in:
Sergio Benitez 2018-08-11 23:17:22 -07:00
parent 995603666f
commit 0612c644ad
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ impl Template {
Template::render(name, context).finalize(&ctxt).ok().map(|v| v.0)
}
/// Aactually render this template given a template context. This method is
/// Actually render this template given a template context. This method is
/// called by the `Template` `Responder` implementation as well as
/// `Template::show()`.
#[inline(always)]