diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-02-14 18:32:42 +0000 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-02-14 18:32:42 +0000 |
| commit | 00925aa276bf4215bdf1ad11651fa4084e6bc676 (patch) | |
| tree | a1c188e33706604428cdd516ce7e60d9e99155f8 | |
| parent | ce6c0b886d249dc47a16f900d25cd8cf9770ca56 (diff) | |
Fix Markdown link
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ### Motivation -The problem with depth-first search `flatMap` of [https://fs2.io/](`fs2.Stream`) and standard library's collection is that when you nest infinite streams, it gets stuck exploring the first branch forever: +The problem with depth-first search `flatMap` of [`fs2.Stream`](https://fs2.io/) and standard library's collection is that when you nest infinite streams, it gets stuck exploring the first branch forever: ```scala val number = fs2.Stream.iterate(1)(_ + 1) // 1, 2, 3, ... |
