underscoreio/essential-scala

Typo? (7.4.3)

Closed this issue · 0 comments

7.4.3 Take Home Points

If we call a method and do not explicitly supply an explicit parameter, the compiler will search for an implicit value of the correct type and insert it as the parameter

Maybe explicit should be changed to implicit?