Skip to content

Commit

Permalink
Fix search and replace error
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jun 28, 2014
1 parent 22a8719 commit c946fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active/0000-ufcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Note that there is a subtle distinction between the following paths:
<ToStr>::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:ToStr>(self: &Self) -> String

Expand Down

0 comments on commit c946fd6

Please sign in to comment.