@@ -265,7 +265,7 @@ and the following future-based trait:
```rust,ignore
trait FutureService {
type HelloFut = IntoFutue<String, Message>;
type HelloFut = IntoFuture<String, Message>;
fn hello(&mut self, name: String) -> Self::HelloFut;
}
The note is not visible to the blocked user.