Fix typo in RFC 1951: expanded_impl_trait

This commit is contained in:
Nathan 2018-04-25 17:43:14 -04:00 committed by GitHub
parent bc6c0249cd
commit e72e508f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ that it (1) does not introduce a name for the existential type and (2) does not
allow you to control the scope in which the underlying concrete type is known.
Moreover, some versions of the design (including in this RFC) impose further
limitations on the power of the feature for the same of simplicity.
limitations on the power of the feature for the sake of simplicity.
This is done under the assumption that we will eventually introduce a fully
expressive, explicit syntax for existentials. Such a syntax is sketched in an