Skip to content

Commit 7ce777f

Browse files
cypressfakarnokd
authored andcommitted
Add missing bracket (#5326)
Difficult to count those with all the java 7 boilerplate!
1 parent b9d5a4d commit 7ce777f

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
@@ -63,7 +63,7 @@ Flowable.just("Hello world")
6363
@Override public void accept(String s) {
6464
System.out.println(s);
6565
}
66-
);
66+
});
6767
```
6868

6969
RxJava 2 features several base classes you can discover operators on:

0 commit comments

Comments
 (0)