File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/io/reactivex Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ public static <E extends Enum<E>> void checkEnum(Class<E> enumClass) {
482482 }
483483
484484 /**
485- * Returns an Consumer that asserts the TestSubscriber has exaclty one value + completed
485+ * Returns an Consumer that asserts the TestSubscriber has exactly one value + completed
486486 * normally and that single value is not the value specified.
487487 * @param <T> the value type
488488 * @param value the value not expected
@@ -505,7 +505,7 @@ public void accept(TestSubscriber<T> ts) throws Exception {
505505 }
506506
507507 /**
508- * Returns an Consumer that asserts the TestObserver has exaclty one value + completed
508+ * Returns an Consumer that asserts the TestObserver has exactly one value + completed
509509 * normally and that single value is not the value specified.
510510 * @param <T> the value type
511511 * @param value the value not expected
You can’t perform that action at this time.
0 commit comments