Skip to content

Commit 1c9103f

Browse files
Merge pull request #53 from davisharlan/patch-1
Fix small typos in FunctionalParallelismSection.scala and PropertyBasedTestingSection.scala
2 parents 1e2dc0a + f57eb8a commit 1c9103f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/fpinscalalib/FunctionalParallelismSection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ object FunctionalParallelismSection
7272
/**
7373
* <b>Exercise 7.5:</b>
7474
*
75-
* Remember, `asyncF` converts an `A => B` to an `A => Par[B`] by forking a parallel computation to produce the
75+
* Remember, `asyncF` converts an `A => B` to an `A => Par[B]` by forking a parallel computation to produce the
7676
* result. So we can fork off our N parallel computations pretty easily, but we need some way of collecting their
7777
* results. Are we stuck? Well, just from inspecting the types, we can see that we need some way of converting our
7878
* `List[Par[B]]` to the `Par[List[B]]` required by the return type of `parMap`.

0 commit comments

Comments
 (0)