diff options
-rw-r--r-- | scala.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scala.html.markdown b/scala.html.markdown index 6112faa6..6964b9a0 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -100,7 +100,7 @@ true == false // false "Scala strings are surrounded by double quotes" 'a' // A Scala Char -'Single quote strings don't exist' // Error +// 'Single quote strings don't exist' <= This causes an error // Strings have the usual Java methods defined on them "hello world".length |