Skip to content

Commit f8eeef5

Browse files
authored
Merge pull request #2419 from nathan/patch-1
Fix typo in RFC 1951: expanded_impl_trait
2 parents bc6c024 + e72e508 commit f8eeef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1951-expand-impl-trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ that it (1) does not introduce a name for the existential type and (2) does not
455455
allow you to control the scope in which the underlying concrete type is known.
456456

457457
Moreover, some versions of the design (including in this RFC) impose further
458-
limitations on the power of the feature for the same of simplicity.
458+
limitations on the power of the feature for the sake of simplicity.
459459

460460
This is done under the assumption that we will eventually introduce a fully
461461
expressive, explicit syntax for existentials. Such a syntax is sketched in an

0 commit comments

Comments
 (0)