Fix a typo in the implied bounds section of traits/lowering-rules

This commit is contained in:
Paul Daniel Faria 2019-08-17 13:19:10 -04:00 committed by Who? Me?!
parent c02d694b17
commit 1c3b7eb615
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ cover). For each trait, we produce two clauses:
// //
// For each where clause WC: // For each where clause WC:
forall<Self, P1..Pn> { forall<Self, P1..Pn> {
FromEnv(WC) :- FromEnv(Self: Trait<P1..Pn) FromEnv(WC) :- FromEnv(Self: Trait<P1..Pn>)
} }
``` ```