Skip to content

Commit 34e382d

Browse files
authored
Fix readme row item
1 parent ae1338a commit 34e382d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ The following is the progress report:
6868
|---------------|--------------------|--------------------|-----------------------|-------------------------------------------|
6969
| ❓ | `allPairs` | `allPairs` | | [note #1](#note1 "These functions require a form of pre-materializing through 'TaskSeq.cache', similar to the approach taken in the corresponding 'Seq' functions. It doesn't make much sense to have a cached async sequence. However, 'AsyncSeq' does implement these, so we'll probably do so eventually as well.") |
7070
| | `append` | `append` | | |
71-
| | `average` | `averageBy` | `averageByAsync` | |
71+
| | `average` | `average` | | |
72+
| | `averageBy` | `averageBy` | `averageByAsync` | |
7273
| ❓ | `cache` | `cache` | | [note #1](#note1 "These functions require a form of pre-materializing through 'TaskSeq.cache', similar to the approach taken in the corresponding 'Seq' functions. It doesn't make much sense to have a cached async sequence. However, 'AsyncSeq' does implement these, so we'll probably do so eventually as well.") |
7374
| ✅ | `cast` | `cast` | | |
7475
| ✅ | | `box` | | |

0 commit comments

Comments
 (0)