mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-15 03:06:16 +02:00
Merge pull request #2546 from amrue/scala-en
[scala/en] Fixed confusing typo
This commit is contained in:
@@ -19,7 +19,7 @@ Scala - the scalable language
|
|||||||
Setup Scala:
|
Setup Scala:
|
||||||
|
|
||||||
1) Download Scala - http://www.scala-lang.org/downloads
|
1) Download Scala - http://www.scala-lang.org/downloads
|
||||||
2) Unzip/untar to your favourite location and put the bin subdir in your `PATH` environment variable
|
2) Unzip/untar to your favorite location and put the bin subdir in your `PATH` environment variable
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -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
|
* 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
|
* 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
|
* 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
|
// Any value (vals, functions, objects, etc) can be declared to be implicit by
|
||||||
|
Reference in New Issue
Block a user