Skip to content

Commit

Permalink
missing 'of'
Browse files Browse the repository at this point in the history
  • Loading branch information
jebrosen committed Jul 28, 2018
1 parent a40d245 commit f1c8af1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/lib/src/templates/fairing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ pub use self::context::ContextManager;
/// fairing checks for modifications to templates before every request and
/// reloads them if necessary.
pub struct TemplateFairing {
/// The user-provided customization callback, allowing the use functionality
/// specific to individual template engines. In debug mode, this callback
/// might be run multiple times as templates are reloaded.
/// The user-provided customization callback, allowing the use of
/// functionality specific to individual template engines. In debug mode,
/// this callback might be run multiple times as templates are reloaded.
pub(crate) custom_callback: Box<Fn(&mut Engines) + Send + Sync + 'static>,
}

Expand Down

0 comments on commit f1c8af1

Please sign in to comment.