Update 'contains_template' documentation.

This commit is contained in:
jeb 2018-10-28 10:47:40 -07:00 committed by Sergio Benitez
parent 34c76dd0a9
commit d5fec97fcb
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ use templates::ContextManager;
pub struct Metadata<'a>(&'a ContextManager);
impl<'a> Metadata<'a> {
/// Returns `true` if the template with name `name` was loaded at start-up
/// time. Otherwise, returns `false`.
/// Returns `true` if the template with the given `name` is currently
/// loaded. Otherwise, returns `false`.
///
/// # Example
///