Skip to content

Commit f5eaa1c

Browse files
Update CHANGES.md
1 parent 8166d5d commit f5eaa1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Schedulers.newThread().schedule(new Action1<Inner>() {
369369
}
370370

371371
});
372-
372+
```
373373

374374
The use of `Action1<Inner>` on both the outer and inner levels makes it so recursion that refer to `this` and it works easily.
375375

@@ -473,7 +473,7 @@ Schedulers.newThread().scheduleRecursive(new Action1<Recurse>() {
473473

474474

475475
});
476-
``
476+
```
477477

478478
The methods on the `Inner` never return a `Subscription` because they are always a single thread/event-loop/actor/etc and controlled by the `Subscription` returned by the initial `Scheduler.schedule` method. This is part of clarifying the contract.
479479

0 commit comments

Comments
 (0)