Skip to content

Commit

Permalink
Merge pull request #8 from benaryorg/benaryorg-patch-1
Browse files Browse the repository at this point in the history
fix typo in lib.rs
  • Loading branch information
emoon committed May 31, 2016
2 parents a769e77 + 0815c67 commit 43f688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -189,7 +189,7 @@ impl<'a> DynamicReload<'a> {
///
/// Needs to be called in order to handle reloads of libraries.
///
/// ```update_call``` funcion with its data needs to be supplied to allow the application to
/// ```update_call``` function with its data needs to be supplied to allow the application to
/// take appropriate action depending on what needs to be done with the loaded library.
///
/// ```ignore
Expand Down

0 comments on commit 43f688a

Please sign in to comment.