diff --git a/README.md b/README.md index fea342b..34f12b0 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ and the following future-based trait: ```rust,ignore trait FutureService { - type HelloFut = IntoFutue; + type HelloFut = IntoFuture; fn hello(&mut self, name: String) -> Self::HelloFut; }