Skip to content

Commit 919acc2

Browse files
Update docs/docs/reference/other-new-features/type-test.md
Co-authored-by: Jamie Thompson <[email protected]>
1 parent 5dec63f commit 919acc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/type-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ trait Peano:
124124
}
125125
given TypeTest[Nat, Zero] = typeTestOfZero
126126
protected def typeTestOfZero: TypeTest[Nat, Zero]
127-
given TypeTest[Nat, Succ]
127+
given TypeTest[Nat, Succ] = typeTestOfSucc
128128
protected def typeTestOfSucc: TypeTest[Nat, Succ]
129129
```
130130

0 commit comments

Comments
 (0)