File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/scala/scalatutorial Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import sections._
10
10
*/
11
11
object ScalaTutorial extends Library {
12
12
val owner = " scala-exercises"
13
- val repository = " exercises-fpprinciples "
13
+ val repository = " exercises-scalatutorial "
14
14
override val color = Some (" #f26527" )
15
15
val logoPath = " scala-tutorial"
16
16
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ object TermsAndTypes extends ScalaTutorialSection {
11
11
* The contents is based on the MOOCS [[https://www.coursera.org/learn/progfun1/home Functional Programming Principles in Scala ]]
12
12
* and [[https://www.coursera.org/learn/progfun2/home Functional Program Design in Scala ]].
13
13
*
14
+ * The target audience is people who already have ''some'' experience of programming and who are familiar with
15
+ * the JVM.
16
+ *
14
17
* = Elements of Programming =
15
18
*
16
19
* Programming languages give programmers ways to express computations.
You can’t perform that action at this time.
0 commit comments