Skip to content

Commit 5919642

Browse files
Nashenas88mark-i-m
authored andcommitted
Fix a typo in the implied bounds section of traits/lowering-rules
1 parent 6b6e6cc commit 5919642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits/lowering-rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ cover). For each trait, we produce two clauses:
114114
//
115115
// For each where clause WC:
116116
forall<Self, P1..Pn> {
117-
FromEnv(WC) :- FromEnv(Self: Trait<P1..Pn)
117+
FromEnv(WC) :- FromEnv(Self: Trait<P1..Pn>)
118118
}
119119
```
120120

0 commit comments

Comments
 (0)