From db9c23058d5aeedc7fdfcdd5f71f15c167196f59 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Thu, 16 Feb 2017 17:53:59 -0800 Subject: [PATCH] Dumb thing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c21ced..fea342b 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ trait SyncService { and the following future-based trait: ```rust,ignore -trait FutureService for HelloServer { +trait FutureService { type HelloFut = IntoFutue; fn hello(&mut self, name: String) -> Self::HelloFut;