Skip to content

Commit

Permalink
Merge pull request #1058 from jaceklaskowski/javadoc
Browse files Browse the repository at this point in the history
Typo in javadoc
  • Loading branch information
benjchristensen committed Apr 21, 2014
2 parents 3fb7ac6 + c5af0ef commit 0413e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/rx/lang/scala/Observable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2608,7 +2608,7 @@ object Observable {
*/

/**
* Returns an Observable that will execute the specified function when a someone subscribes to it.
* Returns an Observable that will execute the specified function when someone subscribes to it.
*
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/create.png">
*
Expand Down

0 comments on commit 0413e68

Please sign in to comment.