Skip to content

Commit

Permalink
#98 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed May 2, 2021
1 parent 5724781 commit 0590a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -345,7 +345,7 @@ use quote::ToTokens;
/// assert_eq!(42, async_fixture.await)
/// }
/// ```
/// If you need, you can use `#[future]` attribute also with an inplicit lifetime reference
/// If you need, you can use `#[future]` attribute also with an implicit lifetime reference
/// because the macro will replace the implicit lifetime with an explicit one.
///
/// # Partial Injection
Expand Down

0 comments on commit 0590a23

Please sign in to comment.