Skip to content

Commit d933072

Browse files
committed
Tweaks
1 parent c0b5885 commit d933072

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/main/scala/scalatutorial/ScalaTutorial.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import sections._
1010
*/
1111
object 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

src/main/scala/scalatutorial/sections/TermsAndTypes.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)