Skip to content

Commit 46e54ad

Browse files
authored
Fix a broken link in Aggregation (Part 2.4)
1 parent 4521922 commit 46e54ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Part 2 - Sequence Basics/4. Aggregation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Observable.range(0, 3)
559559
2
560560
```
561561

562-
Nesting observables to consume them doesn't make much sense. Towards the end of the pipeline, you'd rather flatten and simplify your observables, rather than nest them. Nesting is useful when you need to make a non-nested observable be of the same type as a nested observable that you have from elsewhere. Once they are of the same type, you can combine them, as we will see in the chapter about [combining sequences](/Part 3 - Taming the sequence/4. Combining sequences.md).
562+
Nesting observables to consume them doesn't make much sense. Towards the end of the pipeline, you'd rather flatten and simplify your observables, rather than nest them. Nesting is useful when you need to make a non-nested observable be of the same type as a nested observable that you have from elsewhere. Once they are of the same type, you can combine them, as we will see in the chapter about [combining sequences](/Part%203%20-%20Taming%20the%20sequence/4.%20Combining%20sequences.md).
563563

564564

565565

0 commit comments

Comments
 (0)