Skip to content

Commit 6b00197

Browse files
Merge pull request #55 from isabelcosta/patch-1
Fix exercise 8.9 function name from "\\" to "||"
2 parents 389ef92 + c95f0f0 commit 6b00197

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
@@ -203,7 +203,7 @@ object PropertyBasedTestingSection
203203
*
204204
* <b>Exercise 8.9</b>
205205
*
206-
* Let's implement `&&` and `\\` to compose `Prop` values:
206+
* Let's implement `&&` and `||` to compose `Prop` values:
207207
*
208208
* {{{
209209
* def &&(p: Prop) = Prop {

0 commit comments

Comments
 (0)