Skip to content

Commit

Permalink
Merge pull request ReactiveX#432 from codecurve/master
Browse files Browse the repository at this point in the history
Fixed path to RxScalaDemo.scala
  • Loading branch information
benjchristensen committed Oct 16, 2013
2 parents 86aceaa + 0eacea6 commit be97188
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 be97188

Please sign in to comment.