Skip to content

Commit

Permalink
Fixed path to RxScalaDemo.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
codecurve committed Oct 15, 2013
1 parent 86aceaa commit 0eacea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-adaptors/rxjava-scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def never: Observable[Nothing]

Also, the Scala Observable is fully covariant in its type parameter, whereas the Java Observable only achieves partial covariance due to limitations of Java's type system (or if you can fix this, your suggestions are very welcome).

For more examples, see [RxScalaDemo.scala](https://github.com/Netflix/RxJava/blob/master/language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/examples/RxScalaDemo.scala).
For more examples, see [RxScalaDemo.scala](https://github.com/Netflix/RxJava/blob/master/language-adaptors/rxjava-scala/src/examples/scala/rx/lang/scala/examples/RxScalaDemo.scala).

Scala code using Rx should only import members from `rx.lang.scala` and below.

Expand Down

0 comments on commit 0eacea6

Please sign in to comment.