Skip to content

Commit d846f46

Browse files
committed
Reference to pull request in README
1 parent 4391d67 commit d846f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The `TaskSeq` project already has a wide array of functions and functionalities,
211211
- [ ] `average` / `averageBy`, `sum` and related
212212
- [x] `forall` / `forallAsync` (see [#240])
213213
- [x] `skip` / `drop` / `truncate` / `take` (see [#209])
214-
- [x] `chunkBySize` (see [TODO])
214+
- [x] `chunkBySize` (see [#265])
215215
- [ ] `windowed`
216216
- [ ] `compareWith`
217217
- [ ] `distinct`
@@ -264,7 +264,7 @@ This is what has been implemented so far, is planned or skipped:
264264
| ✅ [#67][] | | | `box` | |
265265
| ✅ [#67][] | | | `unbox` | |
266266
| ✅ [#23][] | `choose` | `choose` | `chooseAsync` | |
267-
| ✅ [TODO][]| `chunkBySize` | `chunkBySize` | | |
267+
| ✅ [#265][]| `chunkBySize` | `chunkBySize` | | |
268268
| ✅ [#11][] | `collect` | `collect` | `collectAsync` | |
269269
| ✅ [#11][] | | `collectSeq` | `collectSeqAsync` | |
270270
| | `compareWith` | `compareWith` | `compareWithAsync` | |

0 commit comments

Comments
 (0)