commit 0612c644ad6ead1d276da3b83a86ab5296941f89
parent 995603666f855dc9923508446e0abb611cd478f5
Author: Sergio Benitez <sb@sergio.bz>
Date: Sat, 11 Aug 2018 23:17:22 -0700
Fix typo in 'Template::finalize()' docstring.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/lib/src/templates/mod.rs b/contrib/lib/src/templates/mod.rs
@@ -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)]