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._
1010 */
1111object ScalaTutorial extends Library {
1212 val owner = " scala-exercises"
13- val repository = " exercises-fpprinciples "
13+ val repository = " exercises-scalatutorial "
1414 override val color = Some (" #f26527" )
1515 val logoPath = " scala-tutorial"
1616
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ object TermsAndTypes extends ScalaTutorialSection {
1111 * The contents is based on the MOOCS [[https://www.coursera.org/learn/progfun1/home Functional Programming Principles in Scala ]]
1212 * and [[https://www.coursera.org/learn/progfun2/home Functional Program Design in Scala ]].
1313 *
14+ * The target audience is people who already have ''some'' experience of programming and who are familiar with
15+ * the JVM.
16+ *
1417 * = Elements of Programming =
1518 *
1619 * Programming languages give programmers ways to express computations.
You can’t perform that action at this time.
0 commit comments