Skip to content

Commit 07bf5e3

Browse files
mark-i-mscalexm
andcommitted
Add an apostrophe
Co-Authored-By: scalexm <[email protected]>
1 parent 3db38fe commit 07bf5e3

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
@@ -58,7 +58,7 @@ see that clauses are always of the form:
5858
```text
5959
forall<K1, ..., Kn> { DomainGoal :- Goal }
6060
```
61-
hence domain goals are in fact clauses LHS. That is, at the most granular level,
61+
hence domain goals are in fact clauses' LHS. That is, at the most granular level,
6262
domain goals are what the trait solver will end up trying to prove.
6363

6464
<a name="trait-ref"></a>

0 commit comments

Comments
 (0)