diff options
author | George Petrov <petrovg@gmail.com> | 2013-07-29 23:59:12 +0100 |
---|---|---|
committer | George Petrov <petrovg@gmail.com> | 2013-07-29 23:59:12 +0100 |
commit | 82a5e4c8f0b3d79a2797fa0b5cdaf962bd7b3bf4 (patch) | |
tree | dc8808c4c573fd88b5a8590e562e11ced59bda7e /scala.html.markdown | |
parent | 8235ddc50fce389356bc9ebb9e1b7249fa8bd5e7 (diff) |
Fixed header
Diffstat (limited to 'scala.html.markdown')
-rw-r--r-- | scala.html.markdown | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scala.html.markdown b/scala.html.markdown index 57706c1f..e7a432f6 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -1,8 +1,7 @@ --- -language: scala +language: Scala filename: learn.scala -author: George Petrov -author_url: http://www.github.com/petrovg +contributors:["George Petrov", "http://github.com/petrovg"] --- Scala - the scalable language @@ -43,7 +42,7 @@ println("Boo!") // printlns the string Boo! */ -// Everything is an object, including a function type these in the repl: +// Everything is an object, including a function. Type these in the REPL: 7 // results in res30: Int = 7 (res30 is just a generated var name for the result) |