Skip to content

Commit b3232de

Browse files
committed
Update README.md
1 parent 7124da9 commit b3232de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ theory behind these constructors is researched in
1212
a calculus for dependent object types.
1313

1414
####Current status:
15-
_Technology preview_: currently unsupported, may not be functionally complete, and not suitable for deployment in production.
15+
_Technology preview_: currently unsupported, may be functionally incomplete or unsuitable for production use.
1616

1717
####Is it going to be the future Scala?
1818
Yes, eventually.
@@ -24,13 +24,13 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
2424
| Feature | Status |
2525
|---------------------------------------------------------------------------------------------------------|---------------------|
2626
| Union, Intersection and [Literal singleton types](http://docs.scala-lang.org/sips/pending/42.type.html) | Implemented |
27-
| Fast compilation (phase fusion) | Implemented |
27+
| Fast compilation(phase fusion) | Implemented |
2828
| [Trait parameters](http://docs.scala-lang.org/sips/pending/trait-parameters.html) | Implemented |
2929
| [@Static methods and fields](https://github.com/scala/scala.github.com/pull/491) | Implemented |
3030
| Colored Repl | Implemented |
3131
| Sbt incremental build | Implemented |
3232
| Non-blocking lazy vals | Implemented |
33-
| Option-less pattern matching(based on [name-based patmat](https://github.com/scala/scala/pull/2848)) | Under consideration |
33+
| Option-less pattern matching(based on [name-based patmat](https://github.com/scala/scala/pull/2848)) | Implemented |
3434
| | |
3535
| Non-boxed arrays of value classes | In progress |
3636
| Working contravariant implicits | In progress |

0 commit comments

Comments
 (0)