Skip to content

Commit caae25e

Browse files
committed
Fixed code highlight
1 parent 2501ce8 commit caae25e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Part 2 - Sequence Basics/5. Transformation of sequences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ public static class Range implements Iterable<Integer> {
452452

453453
We can now iterate over a range and transform it without using a collection.
454454

455-
```
455+
```java
456456
Observable.range(1, 3)
457457
.flatMapIterable(
458458
i -> new Range(1, i),

0 commit comments

Comments
 (0)