Skip to content

Commit ab89ea2

Browse files
mark-i-mscalexm
andcommitted
Fix typo
Co-Authored-By: scalexm <[email protected]>
1 parent 07bf5e3 commit ab89ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits/goals-and-clauses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ fn loud_insert<K>(set: &mut HashSet<K>, item: K) {
174174
```
175175

176176
`HashSet<K>` is an input type of the `loud_insert` function. Hence, we assume it
177-
to be well-formed, so we would have `FromEnv(HashSet<K>)` inside the body or our
177+
to be well-formed, so we would have `FromEnv(HashSet<K>)` inside the body of our
178178
function. As we'll see in the section on lowering, `FromEnv(HashSet<K>)` implies
179179
`Implemented(K: Hash)` because the
180180
`HashSet` declaration was written with a `K: Hash` where clause. Hence, we don't

0 commit comments

Comments
 (0)