Skip to content

Commit 7139188

Browse files
scalexmmark-i-m
authored andcommitted
Capitalize a word
1 parent 529a755 commit 7139188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traits/lowering-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ fn foo<K>(collection: Set<K>, x: K, y: K) {
234234
}
235235
```
236236

237-
in the `foo` function, we assume that `Set<K>` is well-formed, i.e. we have
237+
In the `foo` function, we assume that `Set<K>` is well-formed, i.e. we have
238238
`FromEnv(Set<K>)` in our environment. Because of the previous rule, we get
239239
`FromEnv(K: Hash)` without needing an explicit where clause. And because
240240
of the `Hash` trait definition, there also exists a rule which says:
@@ -407,4 +407,4 @@ Chalk didn't model functions and constants, but I would eventually
407407
like to treat them exactly like normalization. This presumably
408408
involves adding a new kind of parameter (constant), and then having a
409409
`NormalizeValue` domain goal. This is *to be written* because the
410-
details are a bit up in the air.
410+
details are a bit up in the air.

0 commit comments

Comments
 (0)