Skip to content

Commit 8365209

Browse files
committed
Fix code blocks
1 parent b5dff2e commit 8365209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traits/wf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct Type<P...> where WC_type {
5252
```
5353

5454
we generate the following goal:
55-
```
55+
```text
5656
forall<P...> {
5757
if (FromEnv(WC_type)) {
5858
WellFormed(InputTypes(WC_type)) &&
@@ -239,7 +239,7 @@ with values provided by the impl, we may omit them if we don't need them, and
239239
we cannot add new where clauses.
240240

241241
Now let's see the generated goal for this general impl:
242-
```
242+
```text
243243
forall<P1...> {
244244
if (FromEnv(WC_impl), FromEnv(InputTypes(SomeType<A2...>))) {
245245
WellFormed(SomeType<A2...>: Trait<A1...>) &&

0 commit comments

Comments
 (0)