From fea8d5eb1da846abce5354e26ba67843882dbf5e Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Thu, 16 Feb 2017 17:57:17 -0800 Subject: [PATCH] I hate READMEs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }