X Tutup
Skip to content

Commit 08ee7bc

Browse files
committed
1.2 Typo in code
1 parent 5078faf commit 08ee7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/java/itrx/chapter1/BehaviorSubjectExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
public class BehaviorSubjectExample {
1111

12-
public void exampleLat() {
12+
public void exampleLate() {
1313
BehaviorSubject<Integer> s = BehaviorSubject.create();
1414
s.onNext(0);
1515
s.onNext(1);

0 commit comments

Comments
 (0)
X Tutup