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