From 0590a23dc50d0f2c5ba2ec9600bc3bcc399dc5fa Mon Sep 17 00:00:00 2001 From: michele Date: Sun, 2 May 2021 21:33:08 +0200 Subject: [PATCH] #98 typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 78ef570..86a9138 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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