mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fixed confusing typo
This commit is contained in:
parent
0401e0d5f0
commit
850aae6ed5
@ -594,7 +594,7 @@ for { n <- s; nSquared = n * n if nSquared < 10} yield nSquared
|
||||
* best practices around them. We only include this section in the tutorial
|
||||
* because they are so commonplace in Scala libraries that it is impossible to
|
||||
* do anything meaningful without using a library that has implicits. This is
|
||||
* meant for you to understand and work with implicts, not declare your own.
|
||||
* meant for you to understand and work with implicits, not declare your own.
|
||||
*/
|
||||
|
||||
// Any value (vals, functions, objects, etc) can be declared to be implicit by
|
||||
|
Loading…
Reference in New Issue
Block a user