Skip to content

Commit c7b06d4

Browse files
committed
Tweak
1 parent f3dfdd4 commit c7b06d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2016-12-07-implicit-function-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ in which some piece of code is run. I believe they will deeply
360360
influence the way we write Scala in the future. They are very powerful
361361
abstractions, in the sense that just declaring a type of a function
362362
will inject certain implicit values into the scope of the function's
363-
implementation. A lot of use cases can profit from this power to
363+
implementation. Many use cases can profit from this power to
364364
eliminate boilerplate and make code clearer. Can this be abused,
365365
making code more obscure? Absolutely, like every other powerful
366366
abstraction technique. To keep your code sane, please keep the

0 commit comments

Comments
 (0)