From c946fd6343f0b8e205175739bdb8847084311416 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Sat, 28 Jun 2014 08:41:34 -0400 Subject: [PATCH] Fix search and replace error --- active/0000-ufcs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active/0000-ufcs.md b/active/0000-ufcs.md index fd8360c0c51..75fffde972f 100644 --- a/active/0000-ufcs.md +++ b/active/0000-ufcs.md @@ -92,7 +92,7 @@ Note that there is a subtle distinction between the following paths: ::to_str In the former, we are selecting the member `to_str` from the trait `ToStr`. -The result is a function whose type is basically to_struivalent to: +The result is a function whose type is basically equivalent to: fn to_str(self: &Self) -> String