Skip to content

Commit dfa38e9

Browse files
scalexmmark-i-m
authored andcommitted
Change wording
1 parent ab89ea2 commit dfa38e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/traits/goals-and-clauses.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ WhereClause = Implemented(TraitRef)
103103

104104
`WhereClause` refers to a `where` clause that a Rust user would actually be able
105105
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
107107
Rust.
108108

109109
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.
117117
e.g. `ProjectionEq<T as Iterator>::Item = u8`
118118

119119
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).
122122

123123
#### Normalize(Projection -> Type)
124124
e.g. `ProjectionEq<T as Iterator>::Item -> u8`

0 commit comments

Comments
 (0)