Skip to content

Commit 45b3c6b

Browse files
committed
Avoid wrong language inference
1 parent d04fa9f commit 45b3c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/phantom-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If they don't live in the universe bounded by `scala.Any` and `scala.Nothing` wh
2727
they live? The answer is in their own type universes bounded by their phantom `Any` and `Nothing`.
2828
In fact we allow multiple phantom universes to exist.
2929

30-
```
30+
```none
3131
+-----+ +---------------+ +--------------------+
3232
| Any | | MyPhantom.Any | | MyOtherPhantom.Any |
3333
+-----+ +---------------+ +--------------------+

0 commit comments

Comments
 (0)