Skip to content

Commit 4e0ce47

Browse files
Merge pull request #1058 from jaceklaskowski/javadoc
Typo in javadoc
2 parents a2274d3 + 65d86eb commit 4e0ce47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/Observable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,7 @@ object Observable {
26082608
*/
26092609

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

0 commit comments

Comments
 (0)