Skip to content

Commit eee45e0

Browse files
andre-vmakarnokd
authored andcommitted
Add missing parenthesis on README.md (#5955)
1 parent 9b44404 commit eee45e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Observable.create(emitter -> {
149149
long time = System.currentTimeMillis();
150150
emitter.onNext(time);
151151
if (time % 2 != 0) {
152-
emitter.onError(new IllegalStateException("Odd millisecond!");
152+
emitter.onError(new IllegalStateException("Odd millisecond!"));
153153
break;
154154
}
155155
}

0 commit comments

Comments
 (0)