File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ WhereClause = Implemented(TraitRef)
103
103
104
104
` WhereClause ` refers to a ` where ` clause that a Rust user would actually be able
105
105
to write in a Rust program. This abstraction exists only as a convenience as we
106
- sometimes want to only coope with domain goals that are effectively writable in
106
+ sometimes want to only deal with domain goals that are effectively writable in
107
107
Rust.
108
108
109
109
Let's break down each one of these, one-by-one.
@@ -117,8 +117,8 @@ True if the given trait is implemented for the given input types and lifetimes.
117
117
e.g. ` ProjectionEq<T as Iterator>::Item = u8 `
118
118
119
119
The given associated type ` Projection ` is equal to ` Type ` ; this can be proved
120
- with either normalization or using skolemized types. See [ the section
121
- on associated types] ( ./associated-types.html ) .
120
+ with either normalization or using placeholder associated types. See
121
+ [ the section on associated types] ( ./associated-types.html ) .
122
122
123
123
#### Normalize(Projection -> Type)
124
124
e.g. ` ProjectionEq<T as Iterator>::Item -> u8 `
You can’t perform that action at this time.
0 commit comments