Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Feb 14, 2024
1 parent cd249c4 commit b496b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2022-12-10-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ tails.

The reason this doesn't *actually* let us naively parallelise any
sequential loop is that the result of function composition is really
just the two functions concatenated. The result actually performing
just the two functions concatenated. The result of actually performing
such a reduction with composition is essentially just a big unrolled
loop - the final function is as sequential and as costly as the
original loop was. *But* if we can come up with a different
Expand Down

0 comments on commit b496b1b

Please sign in to comment.