Skip to content

Commit ca5119c

Browse files
jnloparakarnokd
authored andcommitted
Update TestHelper.java: trivial typo fix (#6099)
1 parent a80b657 commit ca5119c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/io/reactivex/TestHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)