Skip to content

Commit

Permalink
Fix typo in 'Template::finalize()' docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Aug 12, 2018
1 parent 9956036 commit 0612c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/lib/src/templates/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 0612c64

Please sign in to comment.