Skip to content

Commit d5259ca

Browse files
author
jmhofer
committed
Fixed a javadoc parameter.
1 parent ba41db1 commit d5259ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-core/src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,7 @@ public R call(T0 t0, T1 t1, T2 t2, T3 t3) {
27452745
* The first source observable.
27462746
* @param w1
27472747
* The second source observable.
2748-
* @param combineLatestFunction
2748+
* @param combineFunction
27492749
* The aggregation function used to combine the source observable values.
27502750
* @return A function from an observer to a subscription. This can be used to create an observable from.
27512751
*/

0 commit comments

Comments
 (0)