Capitalize a word
This commit is contained in:
parent
99e4f99e9e
commit
247ff14a43
|
|
@ -234,7 +234,7 @@ fn foo<K>(collection: Set<K>, x: K, y: K) {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
in the `foo` function, we assume that `Set<K>` is well-formed, i.e. we have
|
In the `foo` function, we assume that `Set<K>` is well-formed, i.e. we have
|
||||||
`FromEnv(Set<K>)` in our environment. Because of the previous rule, we get
|
`FromEnv(Set<K>)` in our environment. Because of the previous rule, we get
|
||||||
`FromEnv(K: Hash)` without needing an explicit where clause. And because
|
`FromEnv(K: Hash)` without needing an explicit where clause. And because
|
||||||
of the `Hash` trait definition, there also exists a rule which says:
|
of the `Hash` trait definition, there also exists a rule which says:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue