Skip to content
Snippets Groups Projects
Commit 4088bc91 authored by Matt Bovel's avatar Matt Bovel
Browse files

Fix typo

parent 778a2b53
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ for eval <- Seq(eval1, eval2) do
### Exercise 3.1
- Type parameter `A` in `map`
- `def map[B >: A](f: B => C): Transform[B, C]`
- `def map[C](f: B => C): Transform[B, C]`
### Exercise 3.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment