aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2016-05-09 09:53:13 -0400
committerDmitry Petrashko <dark@d-d.me>2016-05-09 09:53:13 -0400
commit4e9fecf01cf3589f464bc1a05d9c9228aaa94cfe (patch)
tree16b9d8e33203e580626b8de7d0e2bd5ca525eaa8 /README.md
parent8baa279bac94e67d2427c21bf0294a0951fe3ab4 (diff)
downloaddotty-4e9fecf01cf3589f464bc1a05d9c9228aaa94cfe.tar.gz
dotty-4e9fecf01cf3589f464bc1a05d9c9228aaa94cfe.tar.bz2
dotty-4e9fecf01cf3589f464bc1a05d9c9228aaa94cfe.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc1388a6b..949d5185d 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,8 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
| Auto-completion in repl | Under consideration |
| Spec name-based patmat | Under consideration |
| Multiverse equality | Under consideration |
-| Exhaustivity checks in pattern matching | Under consideration |
-There are also plethora of small details such [per-callsite @tailrec annotations]
+| Exhaustivity checks in pattern matching | Under consideration |
+There are also plethora of small details such [per-callsite @tailrec annotations](https://github.com/lampepfl/dotty/issues/1221)
####What are the complications that I can have If I start using Dotty?
Dotty can use libraries compiled by scalac 2.11, but Scala scalac can't use libraries compiled by Dotty.<br>