Skip to content

Commit 389ef92

Browse files
Merge pull request #57 from isabelcosta/patch-2
Fix wrong exercise number for Ch. 8
2 parents aa6acb0 + da22e82 commit 389ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/fpinscalalib/PropertyBasedTestingSection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ object PropertyBasedTestingSection
342342
* Par.fork { Par.map2(p, Par.unit(i))(_ + _) }))
343343
* }}}
344344
*
345-
* <b>Exercise 8.18</b>
345+
* <b>Exercise 8.17</b>
346346
*
347347
* With `pint2` we can express the property about `fork` from chapter 7 (`fork(x) == x`):
348348
*

0 commit comments

Comments
 (0)